-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ML] Manage AD results indices #136065
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
base: main
Are you sure you want to change the base?
[ML] Manage AD results indices #136065
Conversation
Add a rollover check for the AD results indices to the nightly ML maintenance task. The concrete AD reults indices now have a six digit suffix. This is necessary to keep track of rollover behaviour and to determine which index is the "latest" in the series. WIP
…nage_ad_results_indices
…nage_ad_results_indices
Hi @edsavage, I've created a changelog YAML for you. |
…manage_ad_results_indices
…manage_ad_results_indices
🔍 Preview links for changed docs |
ℹ️ Important: Docs version tagging👋 Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version. We use applies_to tags to mark version-specific features and changes. Expand for a quick overviewWhen to use applies_to tags:✅ At the page level to indicate which products/deployments the content applies to (mandatory) What NOT to do:❌ Don't remove or replace information that applies to an older version 🤔 Need help?
|
…nage_ad_results_indices
…manage_ad_results_indices
Failing REST compatibity tests will be fixed by #136458 once backported to 8.19 |
…nage_ad_results_indices
Add a rollover check for the AD results indices to the nightly ML maintenance task.
The concrete AD reults indices now have a six digit suffix. This is necessary to keep track of rollover behaviour and to determine which index is the "latest" in the series.
Depends on #136458
WIP