Skip to content

Commit 05cf5a5

Browse files
markwalkomdedemorton
authored andcommitted
Update docs.asciidoc (elastic#11852)
* Update docs.asciidoc Added in a short note on a few of the other configurable variables. * Make update
1 parent 06c7292 commit 05cf5a5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

filebeat/docs/modules/iptables.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ include::../include/config-option-intro.asciidoc[]
6767

6868
include::../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!:

x-pack/filebeat/module/iptables/_meta/docs.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ include::../include/config-option-intro.asciidoc[]
6262

6363
include::../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!:

0 commit comments

Comments
 (0)