Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can kibana highlight specific query result in hitogram ? #974

Closed
kychenzi opened this issue Feb 21, 2014 · 4 comments
Closed

Can kibana highlight specific query result in hitogram ? #974

kychenzi opened this issue Feb 21, 2014 · 4 comments

Comments

@kychenzi
Copy link

Hi I met a problem while trouble shooting my system with search logs through Kibana.

The scenario is that I have to query "ERROR" keyword, and view the other around logs in the meantime. Hence, I create 2 query, 1 for keyword, 1 for show all logs.

But after I give "ERROR" keyword query, I can not figure the Error happened time (The red point), as follows
image

Is there anything I can use for such scenario ?

@rushi
Copy link

rushi commented Feb 22, 2014

Try using Markers. See PR #640 for screenshots. You can add 'ERROR' as a marker to the histogram to allow you to see where in data the events lie.

@rashidkpc
Copy link
Contributor

As rushi mentioned, the feature you're looking for is chart markers.

@kychenzi
Copy link
Author

Thanks a lot! I also found I can configure hotsogram settings with grid min to 1, as below

image

@kychenzi
Copy link
Author

But the marker can not change query with dynamic input....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@rushi @rashidkpc @kychenzi and others