From 4d7d5b99d2fe5de25ec28060b327eacfec3e6c75 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 18 Sep 2019 09:19:12 -0400 Subject: [PATCH] [docs] Add redirect for "ccr-overview-beats" anchor link (#13288) elastic/elasticsearch#45704 and elastic/stack-docs#464 moves the cross-cluster replication (CCR) docs from the Elastic Stack Overview to the Elasticsearch Reference Guide. This updates any links pointing to the old Elastic Stack Overview docs. We've set up redirects so these links won't fail in the meantime. This just removes a step for users. --- libbeat/docs/template-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/template-config.asciidoc b/libbeat/docs/template-config.asciidoc index 00e2e9408223..c0c6dec8704d 100644 --- a/libbeat/docs/template-config.asciidoc +++ b/libbeat/docs/template-config.asciidoc @@ -71,7 +71,7 @@ setup.template.settings: NOTE: If you want to use {stack-ov}/xpack-ccr.html[{ccr}] to replicate {beatname_uc} indices to another cluster, you will need to add additional template settings to -{stack-ov}/ccr-requirements.html#ccr-overview-beats[enable soft deletes] on the +{ref}/ccr-requirements.html#ccr-overview-beats[enable soft deletes] on the underlying indices. *`setup.template.settings._source`*:: A dictionary of settings for the `_source` field. For the available settings,