Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana dashboard load retries seems to not happen #12283

Closed
sayden opened this issue May 24, 2019 · 4 comments
Closed

Kibana dashboard load retries seems to not happen #12283

sayden opened this issue May 24, 2019 · 4 comments
Labels
bug int-goal Internal goal of an iteration libbeat Metricbeat Metricbeat Stalled Team:Integrations Label for the Integrations team

Comments

@sayden
Copy link
Contributor

sayden commented May 24, 2019

Thanks for discovering this @dadoonet ! I confirm the behavior.

Steps to reproduce: Without Kibana running, run Metricbeat with a config which includes

setup.dashboards.enabled: true
setup.dashboards.retry.enabled: true

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.

@botelastic
Copy link

botelastic bot commented Jul 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jul 8, 2020
@andresrc andresrc added the int-goal Internal goal of an iteration label Jul 31, 2020
@botelastic botelastic bot removed the Stalled label Jul 31, 2020
@segevfiner
Copy link

I'm seeing this in filebeat v7.8.1, even though I enabled dashboard loading retries, it still fails on startup when Kibana is not running or haven't finished starting yet.

@activeshadow
Copy link

Same here, but for PacketBeat v7.9.3.

@botelastic
Copy link

botelastic bot commented Jan 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jan 27, 2022
@botelastic botelastic bot closed this as completed Jul 26, 2022
@zube zube bot removed the [zube]: Done label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug int-goal Internal goal of an iteration libbeat Metricbeat Metricbeat Stalled Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

4 participants