setup.dashboards.retry.enabled: true
is broken
#38208
Labels
Team:Elastic-Agent-Data-Plane
Label for the Agent Data Plane team
setup.dashboards.retry.enabled: true
is broken and the connection to Kibana is not retried.The issue seems to have been introduced here: https://github.com/elastic/beats/pull/10478/files#diff-7892d09d6cd53dcdb72155590e61e694ebea064f17965984cfc22286f02f3e55R700
Before the code just called: https://github.com/elastic/beats/pull/10478/files#diff-7892d09d6cd53dcdb72155590e61e694ebea064f17965984cfc22286f02f3e55L682
Inside of the
dashboards.ImportDashboards
it handles the retry logic but because of the change in the PR above the retry is skipped and it just exits.For confirmed bugs, please report:
Add the following to the configuration.
Run the following:
metricbeat setup -e
Exits with:
The text was updated successfully, but these errors were encountered: