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

beater: add support for reloadable config #4376

Closed
axw opened this issue Nov 3, 2020 · 0 comments · Fixed by #4623
Closed

beater: add support for reloadable config #4376

axw opened this issue Nov 3, 2020 · 0 comments · Fixed by #4623
Assignees
Milestone

Comments

@axw
Copy link
Member

axw commented Nov 3, 2020

In #4228 we added minimal support for running apm-server under Elastic Agent in standalone mode, by waiting for config to be received once. To support Fleet completely (as part of #4004), we'll need to support dynamic config reloading.

We should look into using libbeat/cfgfile.RunnerList, which takes care of starting and stopping "runners" in response to config changes. This should be good enough to start with. Eventually we may want to handle config changes without a full restart of the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants