Skip to content

Commit

Permalink
[Filebeat] Fixed error from beats about non iterable list for tomcat …
Browse files Browse the repository at this point in the history
…module (#24665) (#26468)
  • Loading branch information
mergify[bot] authored Jun 30, 2021
1 parent 2a94825 commit 46e0064
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filebeat/docs/modules/tomcat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ NOTE: This was converted from RSA NetWitness log parser XML "apachetomcat" devic

The input from which messages are read. One of `file`, `tcp` or `udp`.

*`var.paths`*::

The paths from which files are read. Needs to be a list. Only works when `var.input` is set to `file`.

*`var.syslog_host`*::

The address to listen to UDP or TCP based syslog traffic.
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2318,6 +2318,7 @@ filebeat.modules:

# Set paths for the log files when file input is used.
# var.paths:
# - /var/log/tomcat/*.log

# Toggle output of non-ECS fields (default true).
# var.rsa_fields: true
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/tomcat/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# Set paths for the log files when file input is used.
# var.paths:
# - /var/log/tomcat/*.log

# Toggle output of non-ECS fields (default true).
# var.rsa_fields: true
Expand Down
4 changes: 4 additions & 0 deletions x-pack/filebeat/module/tomcat/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ NOTE: This was converted from RSA NetWitness log parser XML "apachetomcat" devic

The input from which messages are read. One of `file`, `tcp` or `udp`.

*`var.paths`*::

The paths from which files are read. Needs to be a list. Only works when `var.input` is set to `file`.

*`var.syslog_host`*::

The address to listen to UDP or TCP based syslog traffic.
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/modules.d/tomcat.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# Set paths for the log files when file input is used.
# var.paths:
# - /var/log/tomcat/*.log

# Toggle output of non-ECS fields (default true).
# var.rsa_fields: true
Expand Down

0 comments on commit 46e0064

Please sign in to comment.