Kibana dashboard load retries seems to not happen #12283
Labels
bug
int-goal
Internal goal of an iteration
libbeat
Metricbeat
Metricbeat
Stalled
Team:Integrations
Label for the Integrations team
Thanks for discovering this @dadoonet ! I confirm the behavior.
Steps to reproduce: Without Kibana running, run Metricbeat with a config which includes
Which, afaik, should retry the process of importing dashboards to Kibana once every second.
I have seen that this line tries to connects to Kibana before the retry loop happens deep inside this line
Expected behavior
The expected behavior is that Metricbeat stays running trying to connect to Kibana. Starting a Kibana instance while Metricbeat is running should allow Metricbeat break the retry loop and load the dashboards.
Current behavior
The code tries to connect to Kibana first so it crashes before entering the retry loop.
The text was updated successfully, but these errors were encountered: