-
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] Make log level reloadable #20756
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
Related Beat issue can be found here: #18081 |
so far i adressed use case of log level reload initiated by fleet action. |
I think it would be acceptable to require them to call |
I'm good with having a manual action in standalone. |
++ on having it manual on standalone. Thanks @michalpristas this will be nice. |
discussed with @ferullo agent will notify endpoint about log level change as part of the config under fleet section. |
@michalpristas What about the non-matching log level, like notice? |
It's ok if the only Endpoint log levels that can configured via agent are |
@ph can we close this? cherry pick in and endpoint is reading configuration passed in |
The goal is to have the option to change behavior of the logger on the fly (mainly log level)
currently there is a need to restart an agent to have log level updated and propagated to sub-processes.
The idea is to get advantage of re-exec functionality to respawn an agent with correct log level which will restart beats so they pick up correct configuration as well.
The text was updated successfully, but these errors were encountered: