I'm in the Visualize section of Kibana, and I'm trying to create a Metric that is an average. However, I want the calculation of the average to ignore values under 15 (or actually, under 900, but the point is I want to ignore values under a certain threshold). How can I achieve this?
Hi @jonVR
You can add a filter that will exclude those docs that are under a certain threshold.
In the top left, + Add filter
and then do something like treatmentTime is not between 0 - whatever min you want
Hope that helps!
Oh THAT'S where I go to do this! Thank you for the help!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.