Remove REST APIs documentation for some experimental Searchable Snapshot REST APIs#62217
Merged
tlrx merged 1 commit intoelastic:masterfrom Sep 10, 2020
Merged
Remove REST APIs documentation for some experimental Searchable Snapshot REST APIs#62217tlrx merged 1 commit intoelastic:masterfrom
tlrx merged 1 commit intoelastic:masterfrom
Conversation
Collaborator
|
Pinging @elastic/es-docs (>docs) |
ywelsch
approved these changes
Sep 10, 2020
Contributor
ywelsch
left a comment
There was a problem hiding this comment.
Let's also remove the implementation of the repository stats APIs (RestRepositoryStatsAction and friends). These are superseded by the metering APIs.
Member
Author
|
Thanks Yannick |
tlrx
added a commit
that referenced
this pull request
Sep 10, 2020
…PIs (#62217) (#62231) This commit removes the documentation for some specific Searchable Snapshot REST APIs: - clear cache - searchable snapshot stats - repository stats These APIs are low-level and are useful to investigate the behavior of snapshot backed indices but we expect them to be removed in the future or to appear in a different form.
tlrx
added a commit
to tlrx/elasticsearch
that referenced
this pull request
Apr 20, 2021
…apshot APIs (elastic#62217)" This reverts commit b545c55.
tlrx
added a commit
to tlrx/elasticsearch
that referenced
this pull request
Apr 20, 2021
…tic#71927) This commit revives the documentation of the "Clear Cache" and "Shard Stats" APIs of Searchable Snapshots that was removed in elastic#62217. This is a partial revert of the commit b545c55 with some light wording changes. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
tlrx
added a commit
that referenced
this pull request
Apr 20, 2021
This commit revives the documentation of the "Clear Cache" and "Shard Stats" APIs of Searchable Snapshots that was removed in #62217. This is a partial revert of the commit b545c55 with some light wording changes. Co-authored-by: James Rodewig 40268737+jrodewig@users.noreply.github.com Backport of #71927
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.
This pull request removes the documentation for some specific Searchable Snapshot REST APIs:
These APIs are low-level and are useful to investigate the behavior of snapshot backed indices but we expect them to be removed in the future or to appear in a different form.