mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-15 06:48:08 +02:00
27 lines
682 B
Plaintext
27 lines
682 B
Plaintext
[[securing-filebeat]]
|
|
= Securing Filebeat
|
|
|
|
[partintro]
|
|
|
|
--
|
|
The following topics describe how to secure communication between Filebeat 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[]
|