Alert Instance gets resolved and immediately recreated when multiple Kibana Instances are running #69623
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Alerting
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
triage_needed
Kibana version: 7.8.0
Elasticsearch version: 7.8.0
Browser version: Chrome 83.0.4103.106
Original install method (e.g. download page, yum, from source, etc.): Docker
Describe the bug:
I created an Alert which always fires with the new Alerting Framework.
I noticed that the Alert Instance gets resolved and immediately recreated with a different Instance ID in every scheduled run.
This only happens when more than one Kibana Instance is running.
It also looks like the Instance ID is flapping between the two same IDs when two Kibana Instances are running, I did not test this with more than two Instances
Steps to reproduce:
I used the following docker compose File:
Click to expand!
and the following metricbeat.docker.yml:
Click to expand!
Click to expand!
This also has an inpact on Alert Throttling, because the Alert Instance gets deleted and recreated, the throttle is also reset which leads to a renotify with every run
Expected behavior:
The Alert Instance should not get closed and immediately recreated when a second Kibana Instance is running
Provide logs and/or server output (if relevant):
Logs from the .kibana-event-log-*
The text was updated successfully, but these errors were encountered: