File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
x-pack/filebeat/module/iptables/_meta Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,17 @@ include::../include/config-option-intro.asciidoc[]
6767
6868include::../include/var-paths.asciidoc[]
6969
70+ *`var.syslog_host`*::
71+
72+ The interface to listen to UDP based syslog traffic. Defaults to `localhost`.
73+ Set to `0.0.0.0` to bind to all available interfaces.
74+
75+ *`var.syslog_port`*::
76+
77+ The UDP port to listen for syslog traffic. Defaults to `9001`
78+
79+ NOTE: Ports below 1024 require Filebeat to run as root.
80+
7081:has-dashboards!:
7182
7283:fileset_ex!:
Original file line number Diff line number Diff line change @@ -62,6 +62,17 @@ include::../include/config-option-intro.asciidoc[]
6262
6363include::../include/var-paths.asciidoc[]
6464
65+ *`var.syslog_host`*::
66+
67+ The interface to listen to UDP based syslog traffic. Defaults to `localhost`.
68+ Set to `0.0.0.0` to bind to all available interfaces.
69+
70+ *`var.syslog_port`*::
71+
72+ The UDP port to listen for syslog traffic. Defaults to `9001`
73+
74+ NOTE: Ports below 1024 require Filebeat to run as root.
75+
6576:has-dashboards!:
6677
6778:fileset_ex!:
You can’t perform that action at this time.
0 commit comments