From 823dbe22dc1d883533fd77996e4e4b21362b283d Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Mon, 14 May 2018 17:48:13 -0700 Subject: [PATCH] [DOCS] Update links for Security SEO changes. --- libbeat/docs/https.asciidoc | 2 +- libbeat/docs/security/securing-beats.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libbeat/docs/https.asciidoc b/libbeat/docs/https.asciidoc index 24ca6e91d5e..bead91cc4e9 100644 --- a/libbeat/docs/https.asciidoc +++ b/libbeat/docs/https.asciidoc @@ -32,7 +32,7 @@ TIP: To obfuscate passwords and other sensitive settings, use the Elasticsearch doesn't have built-in basic authentication, but you can achieve it either by using a web proxy or by using X-Pack to secure Elasticsearch. For more information, see the X-Pack documentation about -{securitydoc}/xpack-security.html[securing Elasticsearch] and <>. +{securitydoc}/elasticsearch-security.html[securing Elasticsearch] and <>. {beatname_uc} verifies the validity of the server certificates and only accepts trusted certificates. Creating a correct SSL/TLS infrastructure is outside the scope of diff --git a/libbeat/docs/security/securing-beats.asciidoc b/libbeat/docs/security/securing-beats.asciidoc index f2fdc5460e3..f3eeb45aca4 100644 --- a/libbeat/docs/security/securing-beats.asciidoc +++ b/libbeat/docs/security/securing-beats.asciidoc @@ -18,7 +18,7 @@ itself, you need to grant authorized users permission to access the indices it creates. See <>. For more information about {security}, see -{xpack-ref}/xpack-security.html[Securing {es} and {kib}]. +{xpack-ref}/elasticsearch-security.html[Securing {es} and {kib}]. include::basic-auth.asciidoc[] include::user-access.asciidoc[]