From 3a151b0f02691eed2349acf0191390fd5d77d308 Mon Sep 17 00:00:00 2001 From: Adrian Serrano Date: Fri, 2 Jul 2021 07:26:11 +0200 Subject: [PATCH] Cyberarkpas: Link to official docs on how to setup TLS (#26614) Update Filebeat's cyberarkpas module docs to include a link CyberArk's documentation on how to set up encrypted syslog. (cherry picked from commit 507d0d878b042c419413a6881dff90229aa6e448) --- filebeat/docs/modules/cyberarkpas.asciidoc | 5 +++-- x-pack/filebeat/module/cyberarkpas/_meta/docs.asciidoc | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/filebeat/docs/modules/cyberarkpas.asciidoc b/filebeat/docs/modules/cyberarkpas.asciidoc index 446580eb5a82..203896bda517 100644 --- a/filebeat/docs/modules/cyberarkpas.asciidoc +++ b/filebeat/docs/modules/cyberarkpas.asciidoc @@ -83,8 +83,9 @@ protocol connections from all interfaces: # var.paths: ---- -For encrypted communications, use the `TLS` protocol in the Vault's `DBPARM.ini` and use `tcp` input -with `var.ssl` settings in Filebeat: +For encrypted communications, follow the +https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/DV-Integrating-with-SIEM-Applications.htm#ConfigureSIEMintegration[CyberArk documentation] +to configure encrypted protocol in the Vault server and use `tcp` input with `var.ssl` settings in Filebeat: [source,yaml] ---- diff --git a/x-pack/filebeat/module/cyberarkpas/_meta/docs.asciidoc b/x-pack/filebeat/module/cyberarkpas/_meta/docs.asciidoc index af66f19cd4e0..467e7b7f4a59 100644 --- a/x-pack/filebeat/module/cyberarkpas/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/cyberarkpas/_meta/docs.asciidoc @@ -78,8 +78,9 @@ protocol connections from all interfaces: # var.paths: ---- -For encrypted communications, use the `TLS` protocol in the Vault's `DBPARM.ini` and use `tcp` input -with `var.ssl` settings in Filebeat: +For encrypted communications, follow the +https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/DV-Integrating-with-SIEM-Applications.htm#ConfigureSIEMintegration[CyberArk documentation] +to configure encrypted protocol in the Vault server and use `tcp` input with `var.ssl` settings in Filebeat: [source,yaml] ----