Hello,
I have a docker swarm cluster with some containers and I send metrics and logs with metricbeat and filebeat to a elasticsearch cloud cluster.
I have some alerts about CPU, RAM, network traffic but I need alerts when a container are destroyed or are reboot.
I can see I have a field in the document docker.event.status, that has values like top (container is ok), destroy, down etc...
Maybe I can create an alert that get triggered when this field get values like destroy or down.
I was cheking for create it but in the managed rules I don't find any type where I can use this field (docker.event.status) to notify me.
Anyone can helps me?
Thanks