-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[elastic-agent][container] increase limit for retries to Kibana #25063
Comments
Pinging @elastic/agent (Team:Agent) |
@michalpristas Can you take a look at this one? And should we make it retry infinitely? |
We should not make it go infinitely by default. It would be better to see the container restarted in Kubernetes versus it always up even though its not connected. I think adding ENV variables to control this would be best. |
making the timeout configurable SGTM;
yes, but in some cases that's preferable to having the container being restarted (because the elastic-agent is in |
Ok, let's make it configurable. |
@simitt The retry PR were merged, let's confirm and close this issue? |
Closing, please reopen if issue still exists. |
The container cmd retries requests to Kibana up to 30 times with 1 second sleep intervals.
Kibana can take several minutes to start up. Increase the retry counter/timeout accordingly, or make it configurable. This is important for scenarios where Kibana and the Elastic Agent get deployed at the same time, such as in ESS/ECE.
The text was updated successfully, but these errors were encountered: