-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Search] [Onboarding] Update document count #196674
Conversation
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7163[✅] x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts: 25/25 tests passed. |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11457999127 |
## Summary This uses the document list count within the quick stats. Before it used the document count from es3 billing and takes a while to update. https://github.com/user-attachments/assets/9c29c88a-628f-4c63-99e5-d892a835e973 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 5c51e78)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Search] [Onboarding] Update document count (#196674)](#196674) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joe McElroy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-22T10:10:47Z","message":"[Search] [Onboarding] Update document count (#196674)\n\n## Summary\r\n\r\nThis uses the document list count within the quick stats. Before it used\r\nthe document count from es3 billing and takes a while to update.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/9c29c88a-628f-4c63-99e5-d892a835e973\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"5c51e783e5aee29bae1087403b75e2236b9ec0e8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:prev-minor"],"title":"[Search] [Onboarding] Update document count","number":196674,"url":"https://github.com/elastic/kibana/pull/196674","mergeCommit":{"message":"[Search] [Onboarding] Update document count (#196674)\n\n## Summary\r\n\r\nThis uses the document list count within the quick stats. Before it used\r\nthe document count from es3 billing and takes a while to update.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/9c29c88a-628f-4c63-99e5-d892a835e973\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"5c51e783e5aee29bae1087403b75e2236b9ec0e8"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196674","number":196674,"mergeCommit":{"message":"[Search] [Onboarding] Update document count (#196674)\n\n## Summary\r\n\r\nThis uses the document list count within the quick stats. Before it used\r\nthe document count from es3 billing and takes a while to update.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/9c29c88a-628f-4c63-99e5-d892a835e973\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] [Flaky Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\r\nused on any tests changed\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"5c51e783e5aee29bae1087403b75e2236b9ec0e8"}}]}] BACKPORT--> Co-authored-by: Joe McElroy <[email protected]>
Summary
This uses the document list count within the quick stats. Before it used the document count from es3 billing and takes a while to update.
Screen.Recording.2024-10-17.at.12.38.01.mov
Checklist
Delete any items that are not applicable to this PR.