Skip to content

Commit 906dfaa

Browse files
authored
Merge pull request NETWAYS#21 from NETWAYS/enhancement-filebeat/syslog
Add Syslog to default Filebeat path configuration, for non-RHEL8 systems
2 parents 1749e7b + 08ce9e7 commit 906dfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/beats/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ filebeat_log_inputs:
3333
name: messages
3434
paths:
3535
- /var/log/messages
36+
- /var/log/syslog
3637
filebeat_enable: true
3738
filebeat_journald: false
3839
filebeat_journald_inputs:

0 commit comments

Comments
 (0)