Skip to content

Commit 1f439a2

Browse files
authored
Fix deprecation in history retention docs (#53655)
This commit adjusts a `deprecation[...]` message in the docs since such messages must be on a single line. It also moves this message to the start of the description of the deprecated setting as is the case with other such messages.
1 parent 3e607d9 commit 1f439a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/index-modules/history-retention.asciidoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ reasonable recovery scenarios.
5454

5555
`index.soft_deletes.enabled`::
5656

57+
deprecated:[7.6.0, Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions.]
5758
Whether or not soft deletes are enabled on the index. Soft deletes can only be
5859
configured at index creation and only on indices created on or after 6.5.0.
5960
The default value is `true`.
6061

61-
deprecated::[7.6, Creating indices with soft-deletes disabled is
62-
deprecated and will be removed in future Elasticsearch versions.]
6362

6463
`index.soft_deletes.retention_lease.period`::
6564

0 commit comments

Comments
 (0)