I am trying to product a visualization in the Kibana UI which shows a count. The data is about request made to our service, so we have a "responseCode" field of type long. This will hold the http response code, eg
200
201
400
500
etc
The visualization I want to create is to count errors (bad requests) so I want to exclude all response codes, for example from the 200-299 range.
How do I do this..?
I have tried:
-responseCode:[200 TO 299]
-responseCode:[200, 201, 299]
and various others...
Nope, you can specify this when creating the visualization, and it should only impact that single viz. We're not specifying the filter at the dashboard level
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.