[IM] Add missing values to the index details flyout#124731
[IM] Add missing values to the index details flyout#124731yuliacech merged 2 commits intoelastic:mainfrom
Conversation
…n the index details flyout
|
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
|
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Changes LGTM. Verified locally. Thanks for fixing this!
|
Thanks a lot for the review, @alisonelizabeth! |
|
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
…n the index details flyout (elastic#124731) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 3302843)
💔 Some backports could not be created
How to fixRe-run the backport manually: Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
I'm removing 7.17.1 and 8.0.0 labels and won't backport the fix to those branches. The reason for that is this PR (remove _cat APIs) that was only backported to 8.1.0 and causes merge conflicts for 7.17 and 8.0 branches. |
Fixes #123714
Summary
This PR adds back missing values for "Docs Deleted" and "Primary Storage Size" displayed in the index details flyout. These values have probably been removed in this PR#28855 but can found in Index Stats API.
How to test
yarn es snapshotandyarn startGET /<index_name>/_searchin Console and copy_idof any document in thehitsarray, then useDELETE /kibana_sample_data_ecommerce/_doc/<doc_id>?refresh=trueto delete a documentScreenshot
Checklist
Release Note
In Index Management app, index details again display previously missing values for the number of deleted documents and the primary storage size.