Reputation: 1830
I know Kibana 4 itself does not have alerting and taking action on specific conditions, but I would really want to use Kibana, but also have a way of taking automatic actions or sending alerts if something is not behaving correctly. Are there any solutions or tools that work well together. Currently I am using cloudwatch, elastic search services in AWS. Would all the alerts and actions have to be setup separately in cloudwatch. Maybe I could have kibana generate something on which I could take action, like read from a queue to which kibana sends json alerts or something of that nature?
Upvotes: 1
Views: 2433
Reputation: 1695
ElastAlert looks like an interesting tool. You can define conditions and get alerts as emails or to Slack etc.
If you have data being written into Elasticsearch in near real time and want to be alerted when that data matches certain patterns, ElastAlert is the tool for you. If you can see it in Kibana, ElastAlert can alert on it.
Upvotes: 4