mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Don't rotate Filebeat log on startup
This commit is contained in:
@@ -63,6 +63,9 @@ logging.files:
|
|||||||
# automatically rotated
|
# automatically rotated
|
||||||
rotateeverybytes: 10485760 # = 10MB
|
rotateeverybytes: 10485760 # = 10MB
|
||||||
|
|
||||||
|
# Rotate on startup
|
||||||
|
rotateonstartup: False
|
||||||
|
|
||||||
# Number of rotated log files to keep. Oldest files will be deleted first.
|
# Number of rotated log files to keep. Oldest files will be deleted first.
|
||||||
keepfiles: 7
|
keepfiles: 7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user