Skip to content

Conversation

@pquentin
Copy link
Member

@pquentin pquentin commented Nov 3, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Following you can find the validation changes against the target branch for the APIs.

API Status Request Response
bulk 🟢 578/578 → 577/577 596/596 → 595/595
cluster.put_component_template 🔴 34/38 → 30/34 38/38 → 34/34
field_caps 🟢 74/74 → 70/70 74/74 → 70/70
get 🟢 325/325 → 321/321 322/322 → 318/318
index 🟢 1463/1463 → 1457/1457 1465/1465 → 1459/1459
indices.create 🔴 1435/1463 → 1430/1458 1463/1463 → 1458/1458
indices.get_mapping 🔴 225/225 → 223/223 214/225 → 212/223
indices.put_index_template 🔴 142/166 → 136/160 166/166 → 160/160
search 🔴 2644/2662 → 2641/2659 2662/2662 → 2659/2659

You can validate these APIs yourself by using the make validate target.

Copy link
Member Author

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expand_wildcards is special because there's no real default value, each API can set its own.

* Type of data stream that wildcard patterns can match.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default open,closed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default open,closed
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default all
Copy link
Member Author

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default all
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as indices.exist_alias above

* If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
* Supports comma-separated values, such as `open,hidden`.
* @server_default open
* @server_default closed
Copy link
Member Author

@pquentin pquentin changed the title Specify default_value for expand_wildcards Fix expand_wildcards default values Nov 3, 2025
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.

2 participants