Skip to content

Commit d62ee4e

Browse files
mpfz0rMarius Sturm
authored and
Marius Sturm
committed
Add another nxlog path to whitelist (#334)
The official nxlog package uses `/usr/bin/nxlog`
1 parent c60f9de commit d62ee4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cfgfile/schema.go

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ collector_binaries_whitelist:
6060
- "/usr/share/heartbeat/bin/heartbeat"
6161
- "/usr/share/auditbeat/bin/auditbeat"
6262
- "/usr/share/journalbeat/bin/journalbeat"
63+
- "/usr/bin/nxlog"
6364
- "/opt/nxlog/bin/nxlog"
6465
`
6566

sidecar-example.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ server_api_token: ""
8383
# - "/usr/share/heartbeat/bin/heartbeat"
8484
# - "/usr/share/auditbeat/bin/auditbeat"
8585
# - "/usr/share/journalbeat/bin/journalbeat"
86+
# - "/usr/bin/nxlog"
8687
# - "/opt/nxlog/bin/nxlog"

0 commit comments

Comments
 (0)