From 17695d599a997841e0a246b5b7fdbc3d6da1a4aa Mon Sep 17 00:00:00 2001 From: Mark Walkom Date: Sat, 4 May 2019 04:29:18 +1000 Subject: [PATCH] Update docs.asciidoc (#11852) * Update docs.asciidoc Added in a short note on a few of the other configurable variables. * Make update --- filebeat/docs/modules/iptables.asciidoc | 11 +++++++++++ x-pack/filebeat/module/iptables/_meta/docs.asciidoc | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/filebeat/docs/modules/iptables.asciidoc b/filebeat/docs/modules/iptables.asciidoc index ca8e474d7f9..28e9c3790da 100644 --- a/filebeat/docs/modules/iptables.asciidoc +++ b/filebeat/docs/modules/iptables.asciidoc @@ -70,6 +70,17 @@ include::../include/config-option-intro.asciidoc[] include::../include/var-paths.asciidoc[] +*`var.syslog_host`*:: + +The interface to listen to UDP based syslog traffic. Defaults to `localhost`. +Set to `0.0.0.0` to bind to all available interfaces. + +*`var.syslog_port`*:: + +The UDP port to listen for syslog traffic. Defaults to `9001` + +NOTE: Ports below 1024 require Filebeat to run as root. + :has-dashboards!: :fileset_ex!: diff --git a/x-pack/filebeat/module/iptables/_meta/docs.asciidoc b/x-pack/filebeat/module/iptables/_meta/docs.asciidoc index d49f31771be..8a9c5692744 100644 --- a/x-pack/filebeat/module/iptables/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/iptables/_meta/docs.asciidoc @@ -65,6 +65,17 @@ include::../include/config-option-intro.asciidoc[] include::../include/var-paths.asciidoc[] +*`var.syslog_host`*:: + +The interface to listen to UDP based syslog traffic. Defaults to `localhost`. +Set to `0.0.0.0` to bind to all available interfaces. + +*`var.syslog_port`*:: + +The UDP port to listen for syslog traffic. Defaults to `9001` + +NOTE: Ports below 1024 require Filebeat to run as root. + :has-dashboards!: :fileset_ex!: