-
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] Roll over data streams when toggling experimental indexing features #143448
Comments
Pinging @elastic/fleet (Team:Fleet) |
As Fleet already has the permissions to do the rollovers, I would expect that Fleet automatically does the rollover. Still a note that it will trigger a rollover would be useful. |
Thanks @ruflin - updated title/description to match expectations that Fleet should handle this. |
I've updated this issue to more broadly capture the need for automated rollovers across all of our experimental indexing settings. |
…TSDB (#149594) ## Summary Closes #149591 Making some needed improvements/changes to our experimental data stream features: - Improve copy to better explain what these features are and what they do - Add explainer + link to https://www.elastic.co/guide/en/elasticsearch/reference/master/use-a-data-stream.html#manually-roll-over-a-data-stream for current need around manual rollovers (#143448 coming soon for automating this)  ## Screen recording https://user-images.githubusercontent.com/6766512/214861783-0efdbab9-51de-44f0-93ba-86011d6e9612.mov --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…TSDB (elastic#149594) ## Summary Closes elastic#149591 Making some needed improvements/changes to our experimental data stream features: - Improve copy to better explain what these features are and what they do - Add explainer + link to https://www.elastic.co/guide/en/elasticsearch/reference/master/use-a-data-stream.html#manually-roll-over-a-data-stream for current need around manual rollovers (elastic#143448 coming soon for automating this)  ## Screen recording https://user-images.githubusercontent.com/6766512/214861783-0efdbab9-51de-44f0-93ba-86011d6e9612.mov --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
When an experimental indexing feature is toggled on or off from the experimental indexing settings section of the integration policy editor, Fleet should automatically roll over the associated data streams.
Additionally, we should display a note in the UI that Fleet will be performing a rollover when these settings are changed.
The text was updated successfully, but these errors were encountered: