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.
This commit is contained in:
David Turner 2020-03-17 14:04:42 +00:00
parent 2b635737e1
commit 347b7594b7
1 changed files with 1 additions and 2 deletions

View File

@ -61,12 +61,11 @@ there>>. {ccr-cap} will not function if soft deletes are disabled.
`index.soft_deletes.enabled`::
deprecated:[7.6.0, Creating indices with soft-deletes disabled is deprecated and will be removed in future Elasticsearch versions.]
Whether or not soft deletes are enabled on the index. Soft deletes can only be
configured at index creation and only on indices created on or after 6.5.0.
The default value is `true`.
deprecated::[7.6, Creating indices with soft-deletes disabled is
deprecated and will be removed in future Elasticsearch versions.]
`index.soft_deletes.retention_lease.period`::