Skip to content

Commit

Permalink
Fix deprecation in history retention docs (elastic#53655)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DaveCTurner committed Mar 17, 2020
1 parent 2b63573 commit 347b759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/reference/index-modules/history-retention.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::

Expand Down

0 comments on commit 347b759

Please sign in to comment.