Is there a way in Elasticsearch (5x) to filter for values that are "unusual"
We have some time series data we run aggregation queries against, but occasionally due to bad data, we get some abnormal values. Is there a way to filter those out? Anything really far away from the mean basically.
The problem is that we can hard code any specific values, because each graph has it's own "baseline" average.