From e14d3d5a07f906cfc2ff528aab39d7e77dcef018 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Wed, 21 Oct 2020 09:33:55 -0400 Subject: [PATCH] Fix bad link --- modules/cluster-logging-about-logstore.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cluster-logging-about-logstore.adoc b/modules/cluster-logging-about-logstore.adoc index d09563f263..09d7b86366 100644 --- a/modules/cluster-logging-about-logstore.adoc +++ b/modules/cluster-logging-about-logstore.adoc @@ -18,7 +18,7 @@ The number of primary shards for the index templates is equal to the number of E The Cluster Logging Operator and companion Elasticsearch Operator ensure that each Elasticsearch node is deployed using a unique Deployment that includes its own storage volume. You can use a Cluster Logging Custom Resource (CR) to increase the number of Elasticsearch nodes, as needed. -Refer to the link:cluster-logging-about-logstore.adoc[Elasticsearch documentation] for considerations involved in configuring storage. +Refer to the link:https://www.elastic.co/guide/en/elasticsearch/guide/current/hardware.html[Elasticsearch documentation] for considerations involved in configuring storage. [NOTE] ====