Created
April 5, 2022 18:20
-
-
Save tbeyer567/237d3889f38cb2445a5c8d997ba72b63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/vault/audit.json { | |
rotate 7 | |
daily | |
compress | |
delaycompress | |
missingok | |
notifempty | |
extension json | |
dateext | |
dateformat %Y-%m-%d. | |
postrotate | |
/bin/systemctl reload vault || true | |
endscript | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment