mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-15 06:48:08 +02:00
28 lines
700 B
Plaintext
28 lines
700 B
Plaintext
[id="securing-{beatname_lc}"]
|
|
= Securing {beatname_uc}
|
|
|
|
[partintro]
|
|
|
|
--
|
|
The following topics describe how to secure communication between {beatname_uc}
|
|
and other products in the Elastic stack:
|
|
|
|
* <<securing-communication-elasticsearch>>
|
|
* <<configuring-ssl-logstash>>
|
|
|
|
//sets block macro for https.asciidoc included in next section
|
|
|
|
--
|
|
|
|
[[securing-communication-elasticsearch]]
|
|
== Secure communication with Elasticsearch
|
|
|
|
include::../../libbeat/docs/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::../../libbeat/docs/shared-ssl-logstash-config.asciidoc[]
|