Skip to content

Unable to modify label in query #365

Closed
@bogdanbarzu

Description

Hi *, I'm new to Kibana3/logstash/elasticsearch, I just wanted to give them a try. This post is just a Question, but apparently I cannot tag it myself as such.

What I did:

  • first I pumped a 2 days Apache log with nc into logstash (which saved it all into elasticsearch) by setting the input of logstash to: input { tcp { type => "apache" port => 3333 }}
  • I started Kibana3 for the first time and let kibana3 to build me a dashboard according with my data
  • then I restarted logstash to take input from the keyboard: input { stdin { type "human" } }

If I search with curl, I can find both my data. But I could not modify my widgets in my kibana3 dashboard to also include the _type:human tagged entries, it always returns only the _type:apache entries. If I look in the query inspector window, I always get something like "{"terms":{"_type":["apache"]}}" in the "filter" section. That is probably why.

Does anyone knows how can I modify the queries of the widgets to include the new "_type" tag values?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions