Setting up alerts on KIbana

So we wanted a way to centralise our logs. We have used elastic search and kibana on aws cloudwatch to do this. We have then created metrics related to queries for example errors in a particular service. So we have a dashboard which works great and tracks errors from different services. However the main reason we did this was so that we could get alerts on our logs, so ideally whenever the metric has errors in send an email. However not sure if there is any way to do this with elasticsearch and kibana set up through cloudwatch?

If anyone can help that would be great, thanks!

The Elastic stack does have alerting as part of the licensed offering: https://www.elastic.co/products/x-pack/alerting. However, this licensed offering is not available on AWS Cloudwatch (the ES/Kibana they use are the open source versions). It does appear that Cloudwatch has its own alerting capabilities: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html

Hope this was helpful. Let me know if you have further questions.

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