Browse Source

[DOCS] Removes Beats security page (#49276)

Lisa Cawley 6 years ago
parent
commit
56e30b6f16

+ 12 - 0
docs/reference/redirects.asciidoc

@@ -1001,3 +1001,15 @@ See <<tls-ldap>>.
 
 See <<kerberos-realm-configuration>>.
 
+[role="exclude",id="beats"]
+=== Beats and Security
+
+See:
+* {auditbeat-ref}/securing-beats.html[{auditbeat}]
+* {filebeat-ref}/securing-beats.html[{filebeat}]
+* {heartbeat-ref}/securing-beats.html[{heartbeat}]
+* {metricbeat-ref}/securing-beats.html[{metricbeat}]
+* {packetbeat-ref}/securing-beats.html[{packetbeat}]
+* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]
+
+

+ 0 - 11
x-pack/docs/en/security/ccs-clients-integrations/beats.asciidoc

@@ -1,11 +0,0 @@
-[[beats]]
-=== Beats and Security
-
-See:
-
-* {auditbeat-ref}/securing-beats.html[{auditbeat}]
-* {filebeat-ref}/securing-beats.html[{filebeat}]
-* {heartbeat-ref}/securing-beats.html[{heartbeat}]
-* {metricbeat-ref}/securing-beats.html[{metricbeat}]
-* {packetbeat-ref}/securing-beats.html[{packetbeat}]
-* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]

+ 0 - 2
x-pack/docs/en/security/ccs-clients-integrations/index.asciidoc

@@ -37,6 +37,4 @@ include::http.asciidoc[]
 
 include::hadoop.asciidoc[]
 
-include::beats.asciidoc[]
-
 include::monitoring.asciidoc[]

+ 3 - 2
x-pack/docs/en/security/get-started-security.asciidoc

@@ -369,8 +369,9 @@ the browser and the {kib} server.
 authentication credentials for Logstash and encrypt communications between 
 Logstash and {es}. 
 
-* <<beats,Configuring security in the Beats>>. Configure authentication 
-credentials and encrypt connections to {es}. 
+* Configuring security in the Beats. Configure authentication 
+credentials and encrypt connections to {es}. For example, see
+{filebeat-ref}/securing-beats.html[Configure {filebeat} to use {security-features}].
 
 * {hadoop-ref}/security.html[Configuring {es} for Apache Hadoop to use secured transport]. 
 

+ 2 - 1
x-pack/docs/en/security/securing-communications/setting-up-ssl.asciidoc

@@ -30,7 +30,8 @@ the {kib} server and to connect to {es} via HTTPS. See
 . Configure Logstash to use TLS encryption. See
 {logstash-ref}/ls-security.html[Configuring security in {ls}].
 
-. Configure Beats to use encrypted connections. See <<beats>>.
+. Configure Beats to use encrypted connections. For example, see
+{filebeat-ref}/securing-beats.html[Configure {filebeat} to use {security-features}].
 
 . Configure {es} for Apache Hadoop to use secured transport. See
 {hadoop-ref}/security.html[{es} for Apache Hadoop Security].