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

[Indices] Add number of primary shards and number of replicas in the indices grid #3452

Closed
rbayet opened this issue Nov 26, 2024 · 1 comment · Fixed by #3477
Closed

[Indices] Add number of primary shards and number of replicas in the indices grid #3452

rbayet opened this issue Nov 26, 2024 · 1 comment · Fixed by #3477
Assignees
Labels

Comments

@rbayet
Copy link
Collaborator

rbayet commented Nov 26, 2024

Is your feature request related to a problem? Please describe.
It is now possible to configure Elasticsuite to have a different number of primary shards and/or replicas per index type.
Additionally, behavioral data indices are never "re-constructed" so their number of primary shards and/or replicas might not reflect the current configuration settings but instead will reflect the number of primary shards and/or replicas at the moment they were created.

It could be nice to see at the first glance those indices' configuration in the indices grid.

Describe the solution you'd like
Add two columns "Shards" and "Replicas" to the indices grid to display respectively for each index

  • the number of configured primary shards
  • the number of replicas
@rbayet rbayet added the feature label Nov 26, 2024
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 6, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 6, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 6, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
vahonc added a commit to vahonc/elasticsuite that referenced this issue Jan 13, 2025
rbayet added a commit that referenced this issue Jan 13, 2025
…mber-of-shards-and-replicas-in-the-indices-grid-2.10-feature

[Indices] Feature #3452, add number of primary shards and replicas in the Indices grid
@rbayet
Copy link
Collaborator Author

rbayet commented Jan 13, 2025

Implemented through #3477

@rbayet rbayet closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants