-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Deprecate slow log level #73718
Deprecate slow log level #73718
Conversation
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.
LGTM
Pinging @elastic/es-core-infra (Team:Core/Infra) |
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?
|
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
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
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
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
Indexing and search slow log level setting is deprecated in 7x as it is removed in master
relates #57591