My actual requirement is I would like to display the data in kibana visualisation only if the response.time is greater than 10 seconds
I've the field response.time and I am using this field to get the average response time in kibana data table visualisation.
I would like to use a greater than operator > in Json Input in kibana visualisation Data table so that it shows the data only if the response time is greater than 10 seconds.
How can we do this? if the Json Input is not appropriate way to achieve this, what are the possibilities to fix this?
It sounds like you can achieve this by adding a filter using the "Add filter" button below the search bar, then selecting response.time and is between. The filters are saved along with the visualization.
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.