Skip to content

Conversation

picandocodigo
Copy link
Member

create

  • Removes parameters :if_primary_term, :if_seq_no, :op_type.

indices.recovery - new parameters:

  • [Boolean] :allow_no_indices If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices.
  • [String, Array] :expand_wildcards Type of index that wildcard patterns can match.
  • [Boolean] :ignore_unavailable If false, the request returns an error if it targets a missing or closed index.

…79289

create
* Removes parameters :if_primary_term, :if_seq_no, :op_type.

indices.recovery: new parameters:
* [Boolean] :allow_no_indices If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.
* [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
* [Boolean] :ignore_unavailable If `false`, the request returns an error if it targets a missing or closed index.
@picandocodigo picandocodigo merged commit 031484a into 9.1 Jul 29, 2025
11 checks passed
@picandocodigo picandocodigo deleted the update_9.1 branch July 29, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant