Advanced JSON input of Parent Pipeline Aggregation of Metric Aggregation

When making a normal metric aggregation i can modify the values before plotting them in a line chart via the advanced JSON input like this for example:

{"script": {
"inline": "Math.abs(_value)",
"lang": "painless"}}

But when i want to modify the value of a serial diff of a metric aggregation it doesnt work. Is it somehow possible?

Try this plugin I think it could help you : https://github.com/datasweet/kibana-datasweet-formula

1 Like

Thank you very much this looks exactly like what i need. I will check this out.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.