Kibana alerts

Hello

In my Company we are using ELK Stack for micro-services logs in AWS. I have setup kibana alerts to slack.Now we are getting the alerts to slack. But, we need to get more information about the logs.

For example:- I had set up an alert such that if 100 errors occur in the span of 30 min in all of the microservices combined, I would get an alert to slack. I'm getting the alerts but not able to make out - for which of the microservices more errors are occurring. Is there any way I could make out - for which service more errors are occurring ?

Thanks
Mohan babu

You can do some parsing on ctx.payload in the action script which will have the results of your query - but it may take a fairly heavy script depending on your needs. Would linking to a dashboard be an option?

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