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

[Failure store] Add selector support in the rollover API #115210

Open
gmarouli opened this issue Oct 21, 2024 · 1 comment
Open

[Failure store] Add selector support in the rollover API #115210

gmarouli opened this issue Oct 21, 2024 · 1 comment
Labels
:Data Management/Data streams Data streams and their lifecycles :Data Management/Indices APIs APIs to create and manage indices and templates >non-issue Team:Data Management Meta label for data/management team

Comments

@gmarouli
Copy link
Contributor

In the #114992, we introduced the selector API in the multi-target syntax. We would like to replace the target_failure_store query param with the :: syntax in the rollover API. For example:

# Rollover data stream backing indices
POST my-data-stream/_rollover

# equivalent
POST my-data-stream::data/_rollover

# Rollover data stream failure store
POST my-data-stream::failures/_rollover

# Throws an error since the rollover is an API that requires one write index to rollover.
POST my-data-stream::*/_rollover
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Data streams Data streams and their lifecycles :Data Management/Indices APIs APIs to create and manage indices and templates >non-issue Team:Data Management Meta label for data/management team
Projects
None yet
Development

No branches or pull requests

2 participants