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

Add additional counters in _clusters response #2301

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

piergm
Copy link
Member

@piergm piergm commented Oct 2, 2023

Updates the spec for the response objects for POST _async_search, GET _async_search/:id, GET _async_search/status/:id and GET _search.

In 8.11 we are adding counters in the _details section of both async and synchronous search responses. The counters added are: running, partial and failed. elastic/elasticsearch#99566

@piergm piergm requested a review from swallez October 2, 2023 08:27
@piergm piergm self-assigned this Oct 2, 2023
Copy link
Contributor

@Anaethelion Anaethelion left a comment

Choose a reason for hiding this comment

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

LGTM

@piergm piergm merged commit 0f7969a into main Oct 12, 2023
6 checks passed
@piergm piergm deleted the search/additional-counters-to-_clusters-response branch October 12, 2023 06:58
github-actions bot pushed a commit that referenced this pull request Oct 12, 2023
Updates the spec for the response objects for `POST _async_search`,
`GET _async_search/:id`, `GET _async_search/status/:id` and `GET _search`.

In `8.11` we are adding counters in the `_details` section of both async and
synchronous search responses. The counters added are: `running`, `partial`
and `failed`. elastic/elasticsearch#99566

(cherry picked from commit 0f7969a)
piergm added a commit that referenced this pull request Oct 12, 2023
Updates the spec for the response objects for `POST _async_search`,
`GET _async_search/:id`, `GET _async_search/status/:id` and `GET _search`.

In `8.11` we are adding counters in the `_details` section of both async and
synchronous search responses. The counters added are: `running`, `partial`
and `failed`. elastic/elasticsearch#99566

(cherry picked from commit 0f7969a)

Co-authored-by: Matteo Piergiovanni <[email protected]>
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