-
Notifications
You must be signed in to change notification settings - Fork 24.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
[Fleet] Allow kibana to create Fleet Server indices #68152
[Fleet] Allow kibana to create Fleet Server indices #68152
Conversation
Pinging @elastic/es-security (Team:Security) |
432b33d
to
398fa18
Compare
…e-fleet-indices-creation
@nchaulet I'm a bit hesitant to just make it |
@ruflin yes it makes things a lot easier, otherwise we will have to give permissions for each indices like this |
@ruflin Are we okay with moving forward with these permissions for now? |
@elasticmachine update branch |
Add "all" permission to Fleet Server indices (.fleet*) to kibana_system role We recently added the permissions for the Kibana to read and read to .fleet-* we decided that Kibana will also create these indexes so we need more permissions to do so. Related to elastic/fleet-server#51
Context
Related to elastic/fleet-server#51
We recently added the permissions for the Kibana to read and read to
.fleet-*
We decided that Kibana will also create these indexes so we need more permissions.
Description
Add
all
permission to.fleet*
to the kibana system role to allow Kibana to create the indexes for Fleet server, the indexes will be managed in Kibana similarly to the.kibana
index