Subtract the values of a field with its average

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.