diff --git a/filebeat/docs/modules/cyberarkpas.asciidoc b/filebeat/docs/modules/cyberarkpas.asciidoc index 446580eb5a8..203896bda51 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 af66f19cd4e..467e7b7f4a5 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] ----