-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Add system indices deprecation #80095
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
[DOCS] Add system indices deprecation #80095
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-core-infra (Team:Core/Infra) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
|
||
*Impact* + | ||
Accessing system indices directly results in warnings in the header of API | ||
responses. Use {kib} or the associated feature's {es} APIs to manage the data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to mention the deprecation logs, or is that implied?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@williamrandolph, we could clarify this statement and say:
Accessing system indices directly results in warnings in the header of API responses and in the deprecation logs.
Relates to #80095 and #80028 Co-authored-by: Adam Locke <[email protected]>
If an application or API directly accesses system indices, we generate warnings in the deprecation log as indicated in #79633. This PR adds a deprecation notice to the migration docs so that we can inform users of this change and link to additional docs for guidance.
#80028 will add a deprecation message to the 8.0 migration guide.
Preview link: https://elasticsearch_80095.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/7.16/migrating-7.16.html#breaking_716_indices_deprecations
Relates to #79679