Merged
Conversation
Collaborator
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Contributor
|
Hi, @pgomulka , I came across this issue because while testing slowlog, I can see correct deprecating message as follows: But I couldn't see anything in the 7.14 doc mentioning this. https://www.elastic.co/guide/en/elasticsearch/reference/7.14/index-modules-slowlog.html Can we just add a line or two in the doc above from the migration guide?
|
Contributor
Author
pgomulka
added a commit
that referenced
this pull request
Jul 22, 2021
pgomulka
added a commit
to pgomulka/elasticsearch
that referenced
this pull request
Jul 22, 2021
settings for slow log levels are removed in v8. This commit adds a documentation to how to mimic the behaviour relates elastic#57591 relates elastic#73718 # Conflicts: # docs/reference/index-modules/slowlog.asciidoc
pgomulka
added a commit
to pgomulka/elasticsearch
that referenced
this pull request
Jul 22, 2021
settings for slow log levels are removed in v8. This commit adds a documentation to how to mimic the behaviour relates elastic#57591 relates elastic#73718 # Conflicts: # docs/reference/index-modules/slowlog.asciidoc
pgomulka
added a commit
that referenced
this pull request
Jul 22, 2021
pgomulka
added a commit
that referenced
this pull request
Jul 22, 2021
ywangd
pushed a commit
to ywangd/elasticsearch
that referenced
this pull request
Jul 30, 2021
settings for slow log levels are removed in v8. This commit adds a documentation to how to mimic the behaviour relates elastic#57591 relates elastic#73718
jrodewig
added a commit
that referenced
this pull request
Sep 16, 2021
In 7.13 and later 7.x versions, the `index.indexing.slowlog.level` and `index.search.slowlog.level` index settings are deprecated, not removed. This corrects the related item in the 7.13 breaking changes. Relates to #73718
jrodewig
added a commit
that referenced
this pull request
Sep 16, 2021
jrodewig
added a commit
that referenced
this pull request
Sep 16, 2021
jrodewig
added a commit
that referenced
this pull request
Sep 16, 2021
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.
Indexing and search slow log level setting is deprecated in 7x as it is removed in master
relates #57591