-
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 should allow a namespace to be configured #25350
Comments
Pinging @elastic/fleet (Team:Fleet) |
@jen-huang Looking at this, I don't think it's a lot of effort on our side to add this behavior. Buts I think there is a bit more on your side that we may have missed:
I think we should keep the logic simple on the fleet-server and fleet should dictate what are all the permission an elastic agent needs. |
Pinging @elastic/agent (Team:Agent) |
This one is easy, we already have this UI here that collects
Can you expand on this a bit? Currently the agent policy yaml contains these permissions for |
This is currently enough, but as soon as the permission block target non wildcard indices they would need to include the data stream for the logs and metric collection. We could potentially land this in 7.14. |
Understood, but we don't have this yet so I don't want to conflate the issue 🙂 I created elastic/kibana#98542 for the Fleet part of the work. |
As a user I should be able to select to which namespace internal monitoring and log collection should be send.
agent: monitoring: enabled: true + namespace: test_1 use_output: default logs: true metrics: true
based on the bug reporting from #23020
The text was updated successfully, but these errors were encountered: