-
Notifications
You must be signed in to change notification settings - Fork 99
[Failure store] Add data stream options to the es specs #4414
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
base: main
Are you sure you want to change the base?
Conversation
"indices.get_data_stream_options": { | ||
"request": [ | ||
"Request: missing json spec query parameter 'include_defaults'" | ||
], | ||
"response": [] | ||
}, |
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.
About this param. Currently, this flag has no effect. It is already in the API because initially, we considered to expose the default rollover via this flag, but we did not do this. @jbaiera can we clean it up from the API, or should I add it here and explain that it doesn't have an effect yet?
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.
If the flag has no effect and we aren't planning on adding anything for it, we should probably just remove it from the API. Considering the api is so recently new and it hasn't been fully documented yet, I think it's a pretty low impact change to pursue.
@@ -1,5 +1,5 @@ | |||
# summary: | |||
description: A successful response from `GET _lifecycle/stats?human&pretty`. | |||
description: A successful response from `GET /_data_stream/{name}/_lifecycle?human&pretty`. |
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.
Drive-by fix, this is not the lifecycle stats API.
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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.
Changes LGTM!
As part of the failure store feature, we introduce the data stream options. Data stream options have the following format:
Currently they only configure the failure store and they can be set in their dedicated APIs and via the templates.