Skip to content

Include search replica in _cat/indices response #17756

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vinaykpud
Copy link
Contributor

Description

Added search replica info in the _cat/indices response

➜  curl "localhost:9200/_cat/indices?v"
health status index    uuid                   pri rep srep docs.count docs.deleted store.size pri.store.size
yellow open   products 2YyqpZQdRWKqNSBTFL90tQ   1   2    3          2            0     42.4kb          8.4kb

Related Issues

Resolves #17425
Related #15306

TODO:
Create Issue for updating the documentation for this settings

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions github-actions bot added bug Something isn't working Search:Performance labels Apr 1, 2025
Copy link
Contributor

github-actions bot commented Apr 1, 2025

❌ Gradle check result for 0696dfd: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@vinaykpud vinaykpud closed this Apr 2, 2025
@vinaykpud vinaykpud reopened this Apr 2, 2025
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for ac3abdd: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for 5960fe6: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for aaa5e15: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for bbd928b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Copy link
Contributor

github-actions bot commented Apr 2, 2025

❌ Gradle check result for cd7259a: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@opensearch-trigger-bot
Copy link
Contributor

This PR is stalled because it has been open for 30 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Search:Performance stalled Issues that have stalled
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

[RW Separation] _cat/indices does not include search replica information in the response
1 participant