Hello,
I need some inputs on how to achieve below points through Kibana.
We are injecting data into Elasticsearch from MQ application. One of the fields in thedata is "Status". This field can be either "SUCCESS" or "FAIL". In Kiban, I can easily create a graph based on COUNT, say count of "SUCCESS" in last 10 minutes, count of "FAIL" in last 1 hour or total count in last 24 hours.
What I am looking for is,
-
How can I show in a graph the percentage of "SUCCESS" and "FAIL" for the last 5 minutes or a day?
-
Is there any possible way to send an email notification when percentage of "SUCCESS" or "FAIL" is above 50 for, say, last 15 minutes?
Any help or inputs in this regard is really appreciated.
Thank you.
Ravi Chandran.