[DOCS] Removes Beats security page (#49276)
This commit is contained in:
parent
19780e20ba
commit
62bbe419d3
|
@ -975,3 +975,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}]
|
||||
|
||||
|
||||
|
|
|
@ -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}]
|
|
@ -40,6 +40,4 @@ include::http.asciidoc[]
|
|||
|
||||
include::hadoop.asciidoc[]
|
||||
|
||||
include::beats.asciidoc[]
|
||||
|
||||
include::monitoring.asciidoc[]
|
||||
|
|
|
@ -368,8 +368,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}].
|
||||
|
||||
* <<java-clients,Configuring the Java transport client to use encrypted communications>>.
|
||||
|
||||
|
|
|
@ -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 the Java transport client to use encrypted communications.
|
||||
See <<java-clients>>.
|
||||
|
|
Loading…
Reference in New Issue