We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60f9de commit d62ee4eCopy full SHA for d62ee4e
cfgfile/schema.go
@@ -60,6 +60,7 @@ collector_binaries_whitelist:
60
- "/usr/share/heartbeat/bin/heartbeat"
61
- "/usr/share/auditbeat/bin/auditbeat"
62
- "/usr/share/journalbeat/bin/journalbeat"
63
+ - "/usr/bin/nxlog"
64
- "/opt/nxlog/bin/nxlog"
65
`
66
sidecar-example.yml
@@ -83,4 +83,5 @@ server_api_token: ""
83
# - "/usr/share/heartbeat/bin/heartbeat"
84
# - "/usr/share/auditbeat/bin/auditbeat"
85
# - "/usr/share/journalbeat/bin/journalbeat"
86
+# - "/usr/bin/nxlog"
87
# - "/opt/nxlog/bin/nxlog"
0 commit comments