Hi, I want to perform arithmetic operations over kibana fields for alerting. I have to calculate the percentage of disk utilized, have available free space and total disk fields, and need to trigger an alert if it crosses the threshold. would like to know how to achieve this functionality? Are any plugins available?
The 0.8 is the 80% of disk utilization.
You can also use an aggregation and do the computation on average od value in a time frame (my suggestion)
Check your script for no results case and null values.
configure the other trigger and monitoring requirement of alerting
Opendistro alerting is very powerful, wtih painless you can do a lot of things.