How to add a numeric filter on kibana dashboard?

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.

Leave a Comment