Skip to content

Commit

Permalink
Ignore audit fileset on macOS (#3923)
Browse files Browse the repository at this point in the history
Fixes #3918
  • Loading branch information
andrewkroh authored and tsg committed Apr 5, 2017
1 parent 30d9baa commit 4d89a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/module/system/audit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var:
- name: paths
default:
- /var/log/audit/audit.log*
os.darwin: []
os.darwin: [""]
os.windows: []

ingest_pipeline: ingest/pipeline.json
Expand Down

0 comments on commit 4d89a03

Please sign in to comment.