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

[Elasticsearch] Add necessary manage privileges for synthetics indices to the kibana_system user to support ILM #467

Closed
dominiqueclarke opened this issue Mar 30, 2022 · 1 comment · Fixed by elastic/elasticsearch#85844
Assignees
Labels
Team:Uptime Label for the Uptime team v8.3.0

Comments

@dominiqueclarke
Copy link

dominiqueclarke commented Mar 30, 2022

Related to #462

Fleet uses the internal kibana_system user to install integration package assets into Elasticsearch in order to support automatic upgrades of packages without end user intervention. To support , we'll need to add extra permissions for this user.

In particular, we must add the manage index privilege on all the indices being managed by the ILM policies for Elastic Synthetics, including:

  • synthetics-http-*
  • synthetics-icmp-*
  • synthetics-tcp-*
  • synthetics-browser-*
  • synthetics-browser.network-*
  • synthetics-browser.screenshot-*

Background: elastic/package-spec#293
Example: elastic/elasticsearch#81811

@dominiqueclarke dominiqueclarke added Team:Uptime Label for the Uptime team v8.3.0 labels Mar 30, 2022
@dominiqueclarke dominiqueclarke changed the title [Elasticsearch] Add necessary manage privileges for synthetics-* for the kibana_system user to support ILM [Elasticsearch] Add necessary manage privileges for synthetics indices to the kibana_system user to support ILM Mar 30, 2022
@dominiqueclarke dominiqueclarke self-assigned this Apr 12, 2022
@shahzad31
Copy link

Since during testing lifecycle, it deleted data, we can this works so marking this as POST FF Testing succesfull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Uptime Label for the Uptime team v8.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants