-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Move fleet server indices creation out of Kibana #96338
Conversation
Pinging @elastic/fleet (Team:Fleet) |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @nchaulet |
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.
Tested this with the latest elasticsearch snapshot and it worked.
Without this fleet-server is completely broken with latest elasticsearch snapshot.
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.
Code LGTM 👍🏻
…6460) Co-authored-by: Nicolas Chaulet <[email protected]>
Summary
Resolve #96327
Depends on elastic/elasticsearch#70689
Fleet server system indices
.fleet-agents
, ... are now created by ES instead of Kibana that PR make the change.Also the indices are only created when we add a document so all the search call are now using
ignore_unavailable:true