Is it possible to have Kibana show/highlight documents that have the biggest percentage variance in a given numeric field over the selected time slice? Imagine I'm logging hits containing URLs and response times:
You might be able to use Kibana watchers to do something comparable by querying both the max value of response time and the standard deviation and triggering when these two differ too much. Keep in mind though that outlier detection is a complicated topic with a lot of difficult to tune edge cases when done in production settings.
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.