I have a field that contains numbers. I want a filter that shows all logs that are less than a constant value. When I try to add a new query filter, all I can see is a query string option.
Use the Logs app in Kibana to explore and filter your logs in real time. You can customize the output to focus on the data you want to see and to control how you see it. You can also view related application traces or uptime information where available.
Search and filter your dataedit For more information about Kibana and Elasticsearch filters, refer to Kibana concepts. To apply a panel-level time filter: Open the panel menu, then select More > Customize time range. Enter the time range you want to view, then click Add to panel.
If you are talking about the query field a syntax like this works:
field:<10
Will find just records with a field
value less than 10. Found this by experimentation one day -- don't know if it's documented anywhere.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With