Hi, I got two visualizations with the same math aggregation
one is an histogram and the other a metric visualization.
but the value showed in the metric viz, doesnt match the max on the histogram.
why this happen?
Hi, I got two visualizations with the same math aggregation
one is an histogram and the other a metric visualization.
but the value showed in the metric viz, doesnt match the max on the histogram.
why this happen?
So, in the picture below, the blue line represents the sum of the four metrics
params.tc + params.tm + params.cc + params.cm
So I think that I have to separate every bucket and then find the bucket with higher value, something like this:
max(bucket-with-higher-value)
but I dont know what operation I have to do to acomplish that, please help.
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.