[DOCS] Add system indices deprecation#80095
Merged
lockewritesdocs merged 2 commits intoelastic:7.16from Nov 2, 2021
Merged
Conversation
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
Collaborator
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
williamrandolph
approved these changes
Nov 2, 2021
Contributor
williamrandolph
left a comment
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
Do we need to mention the deprecation logs, or is that implied?
Contributor
Author
There was a problem hiding this comment.
@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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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