-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Histograms and hits config query rewriten #81
Comments
If you want a histogram to be unaffected by the stringquery panel, you can put the in a different group. Just make sure you add that group to your timepicker panel as well. For example, says you have 4 panels: timepicker, stringquery, histogram and table. Your groups might look like this: timepicker: default,chart In this setup, the timepicker would control the time for the table and the histogram. The stringquery would only affect the table, as the histogram is in a different group |
Thank you for your message. Does Kibana have a behaviour like facets in Solr or ElasticSearch (when you make a request, all facets count change accordingly to these request) ? Thanks |
Unfortunately this is not currently implemented. I do plan to make this available in the future. |
…logpipe-constructor 3.6/f/add globalconfig to logpipe constructor
* Normalize TopN charts * Use correct stack accessor for bar chart * Simplify sample ordering * Rename variables for clarity * Refactor sample normalization
* Normalize TopN charts * Use correct stack accessor for bar chart * Simplify sample ordering * Rename variables for clarity * Refactor sample normalization
* Normalize TopN charts * Use correct stack accessor for bar chart * Simplify sample ordering * Rename variables for clarity * Refactor sample normalization
Hi,
I have configured two histograms and one hits widgets.
For example, one of the labels is : GET and the related query is : @fields.method=GET.
This is quite the same config for the widget.
Everything works fine, the data displayed are ok.
But, when I enter a query via stringquery (e.g. @fields.geoip.country_code2:"US"), all my registered queries in histograms and hits are replaced by "@fields.geoip.country_code2:"US""
Am I doing wrong or is it an issue ?
To keep the ability to change queries, one solution can be to append registered queries (histograms, hits, etc.) with the entered query in stringquerry.
Thanks,
Lins59
The text was updated successfully, but these errors were encountered: