My Elasticsearch and Kibana are running on localhost:9200 and localhost:5601.
I have installed elastalert-kibana-plugin and its running on port localhost:3030
I have created a dashboard in kibana.
here is the image of the kibana dashboard
Now I want to raise an Email alert when the count exceeds 3 in the above mentioned dashboard.
Now, how to write a rule in elastalert kibana plugin as in the below image for raising a email alert. I have already setup the Postfix SMTP for email alerting on my system.
I have tried creating a rule like this:
So, I want to write a rule to create a email alert when the data on the dashboard panel exceeds the threshold value. Can anyone tell me how to write a rule using the kibana dashboard url.