Skip to content

Commit 17621a1

Browse files
authored
[DOCS] Fix deprecation docs for slow log levels (#77811) (#77920)
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
1 parent 8f795b0 commit 17621a1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/reference/migration/migrate_7_13.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,25 @@ settings API] to set `action.destructive_requires_name` to `false` to avoid
257257
errors in 8.0.0.
258258
====
259259

260+
[[slow-log-level-removal]]
261+
.`index.indexing.slowlog.level` and `index.search.slowlog.level` are deprecated.
262+
[%collapsible]
263+
====
264+
*Details* +
265+
The `index.indexing.slowlog.level` and `index.search.slowlog.level` index
266+
settings are now deprecated. You use these setting to set the logging level for
267+
the search and indexing slow logs. To reproduce similar results, use the
268+
respective `index.*.slowlog.threshold.index.debug` and
269+
`index.*.slowlog.threshold.index.trace` index settings instead.
270+
271+
For example, to reproduce a `index.indexing.slowlog.level` setting of `INFO`,
272+
set `index.indexing.slowlog.threshold.index.debug` and
273+
`index.indexing.slowlog.threshold.index.trace` to `-1`.
274+
275+
*Impact* +
276+
To avoid deprecation warnings, discontinue use of the deprecated settings.
277+
====
278+
260279
[discrete]
261280
[[breaking_713_eql_deprecations]]
262281
==== EQL deprecations

0 commit comments

Comments
 (0)