-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Fleet] added privileges for fleet-synced-integrations
#121753
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
Merged
juliaElastic
merged 5 commits into
elastic:main
from
juliaElastic:fleet-synced-integrations
Feb 10, 2025
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
76a013e
added privileges for fleet-synced-integrations
juliaElastic 0bf64c5
Merge branch 'main' into fleet-synced-integrations
juliaElastic a2484cc
Merge branch 'main' into fleet-synced-integrations
juliaElastic b73bae8
Update index-templates.asciidoc
juliaElastic 67f8d40
Revert "Update index-templates.asciidoc"
juliaElastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heya @juliaElastic! Is there a reason to move away from the usual
.fleet-*system indices? Making it a "data index" could have collisions with customer indices.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is because we are building a feature where this index has to be replicated with CCR to remote clusters, so it can't be a system index.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
To proceed with this change would you please update the PR description with a
Reasonsection stating your requirement above.And would you also be able to update this document to include this new index in the
Avoid index pattern collisionssection: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.htmlThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the PR description.
Do you know where to update the documentation, or is there an elasticsearch docs team to reach out to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the description!
The docs are located in this (elasticsearch) repo: docs/reference/indices/index-templates.asciidoc
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, updated here: https://github.com/elastic/elasticsearch/pull/121753/files#diff-a3c27c5107ae1f4a617a6f0006307d2b2d4092f844a1e256e7019ccfc5bc21f8
It seems there is a documentation freeze: #121753 (comment)
This feature is for 9.1 the earliest, what should we do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the docs from this PR and get these privileges merged to unblock the work.
Then create an issue to add the docs after the freeze is lifted in a few weeks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the confusion 😵💫
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, reverted
added as a task here elastic/kibana#206237