From 04f1c2645abc048e33fa39b0c8969c6dbf383200 Mon Sep 17 00:00:00 2001 From: Hans Knecht Date: Fri, 19 Nov 2021 17:09:36 -0500 Subject: [PATCH] docs: update documentation for panos --- CHANGELOG.next.asciidoc | 1 + x-pack/filebeat/module/panw/_meta/docs.asciidoc | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6bb189ee3016..f3cc706532d3 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -289,6 +289,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Filebeat* +- Support TCP for panos/panw filebeat plugin {issue}13533[13533] - `container` and `docker` inputs now support reading of labels and env vars written by docker JSON file logging driver. {issue}8358[8358] - Add `index` option to all inputs to directly set a per-input index value. {pull}14010[14010] - move create-[module,fileset,fields] to mage and enable in x-pack/filebeat {pull}15836[15836] diff --git a/x-pack/filebeat/module/panw/_meta/docs.asciidoc b/x-pack/filebeat/module/panw/_meta/docs.asciidoc index 6832ecdd5e9c..54bdf4348c4a 100644 --- a/x-pack/filebeat/module/panw/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/panw/_meta/docs.asciidoc @@ -65,6 +65,22 @@ The UDP port to listen for syslog traffic. Defaults to `9001` NOTE: Ports below 1024 require {beatname_uc} to run as root. +*`var.syslog_protocol`*:: + +The protocol to receive syslog traffic on. Acceptable values: udp|tcp Defaults to `udp` + +*`var.syslog_tcp_ssl.enabled`*:: + +Enable SSL/TLS for TCP traffic. Defaults to `false` + +*`var.syslog_tcp_ssl.certificate`*:: + +Path to certificate for ssl/tls for TCP traffic + +*`var.syslog_tcp_ssl.key`*:: + +Path to key for ssl/tls for TCP traffic + include::../include/timezone-support.asciidoc[] [float]