Skip to content

Commit

Permalink
Merge pull request #1634 from SEKOIA-IO/fix/auditbeat-conf
Browse files Browse the repository at this point in the history
fix(auditbeat-conf): fix file input
  • Loading branch information
goudyj authored Feb 14, 2024
2 parents 928afad + 752dabb commit b9669cd
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 b9669cd

Please sign in to comment.