38 lines
930 B
Text
38 lines
930 B
Text
[id="securing-{beatname_lc}"]
|
|
= Securing {beatname_uc}
|
|
|
|
[partintro]
|
|
|
|
--
|
|
The following topics provide information about securing the {beatname_uc}
|
|
process and securing communication between {beatname_uc} and other products in
|
|
the Elastic stack:
|
|
|
|
* <<securing-communication-elasticsearch>>
|
|
* <<configuring-ssl-logstash>>
|
|
* <<securing-beats>>
|
|
* <<linux-seccomp>>
|
|
|
|
ifdef::beat-specific-security[]
|
|
include::{beat-specific-security}[]
|
|
endif::[]
|
|
|
|
//sets block macro for https.asciidoc included in next section
|
|
|
|
--
|
|
|
|
[[securing-communication-elasticsearch]]
|
|
== Secure communication with Elasticsearch
|
|
|
|
include::./https.asciidoc[]
|
|
|
|
//sets block macro for shared-ssl-logstash-config.asciidoc included in next section
|
|
|
|
[[configuring-ssl-logstash]]
|
|
== Secure communication with Logstash by using SSL
|
|
|
|
include::./shared-ssl-logstash-config.asciidoc[]
|
|
|
|
include::./security/securing-beats.asciidoc[]
|
|
|
|
include::./security/linux-seccomp.asciidoc[]
|