Hi all,
I am trying to figure out a way to subtract the values of a field with its relevant average and then compare it with the standard deviation of the field.
Is there a way to perform such an operation with Kibana?
Thank you in advance.
Hi all,
I am trying to figure out a way to subtract the values of a field with its relevant average and then compare it with the standard deviation of the field.
Is there a way to perform such an operation with Kibana?
Thank you in advance.
If the docs are sparse enough that each bucket only encompasses 1 document, then this could be done with the Math aggregation in TSVB, but other than that you cannot get 1 specific document as elasticsearch works mainly with aggregations (groups of documents).
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.