Docs: Fixed bad link to disk allocation in ES 1.7
Original commit: elastic/x-pack-elasticsearch@8abbf7468b
This commit is contained in:
parent
f95f86764c
commit
7d986eb295
|
@ -86,7 +86,7 @@ version of Shield. We recommend copying the changes listed below to your `roles.
|
|||
[float]
|
||||
==== 1.2.1
|
||||
|
||||
* Several bug fixes including a fix to ensure that {ref}/index-modules-allocation.html#disk[Disk-based Shard Allocation]
|
||||
* Several bug fixes including a fix to ensure that {ref}/disk.html[Disk-based Shard Allocation]
|
||||
works properly with Shield
|
||||
|
||||
[float]
|
||||
|
@ -97,7 +97,7 @@ works properly with Shield
|
|||
[float]
|
||||
==== 1.1.1
|
||||
|
||||
* Several bug fixes including a fix to ensure that {ref}/index-modules-allocation.html#disk[Disk-based Shard Allocation]
|
||||
* Several bug fixes including a fix to ensure that {ref}/disk.html[Disk-based Shard Allocation]
|
||||
works properly with Shield
|
||||
|
||||
[float]
|
||||
|
|
|
@ -224,7 +224,7 @@ WARN: Failed to execute IndicesStatsAction for ClusterInfoUpdateJob::
|
|||
+
|
||||
--
|
||||
This warning occurs in the logs every 30 seconds when the Shield license is expired or invalid. It is caused by a periodic
|
||||
internal request to gather disk usage information from the nodes and indices, to enable {ref}/index-modules-allocation.html#disk[disk-based shard allocation].
|
||||
internal request to gather disk usage information from the nodes and indices, to enable {ref}/disk.html[disk-based shard allocation].
|
||||
Disk-based shard allocation is not required, though it is enabled by default.
|
||||
|
||||
If you are using Elasticsearch 1.4.3 or higher with disk-based shard allocation enabled, it will be automatically disabled when the Shield
|
||||
|
@ -232,5 +232,5 @@ license is expired or invalid, and will be automatically re-enabled when a valid
|
|||
|
||||
If you are using Elasticsearch 1.4.2 with disk-based shard allocation enabled, we recommend manually disabling disk-based shard
|
||||
allocation while your Shield license is expired, and re-enabling it after installing a valid Shield license. Instructions for
|
||||
disabling disk-based shard allocation are {ref}/index-modules-allocation.html#disk[here].
|
||||
disabling disk-based shard allocation are {ref}/disk.html[here].
|
||||
--
|
Loading…
Reference in New Issue