Skip to content

Commit

Permalink
docs: update documentation for panos
Browse files Browse the repository at this point in the history
  • Loading branch information
knechtionscoding committed Nov 19, 2021
1 parent a666e1e commit 04f1c26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
16 changes: 16 additions & 0 deletions x-pack/filebeat/module/panw/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 04f1c26

Please sign in to comment.