Skip to content

Commit

Permalink
fix(auditbeat-conf): fix file input
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean GOUDY committed Feb 14, 2024
1 parent 928afad commit 752dabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ And add a dedicated configuration file for the Auditbeat logs in `/etc/rsyslog.d
```bash
module(load="imfile" PollingInterval="10") #needs to be done just once
input(type="imfile"
File="/tmp/auditbeat/auditbeat"
File="/tmp/auditbeat/auditbeat*.ndjson"
Tag="linux_auditbeat"
Severity="info"
Facility="local7"
Expand Down

0 comments on commit 752dabb

Please sign in to comment.