Don't rotate Filebeat log on startup

This commit is contained in:
weslambert
2022-03-21 12:38:12 -04:00
committed by GitHub
parent b2c26807a3
commit 9afa949623

View File

@@ -63,6 +63,9 @@ logging.files:
# automatically rotated
rotateeverybytes: 10485760 # = 10MB
# Rotate on startup
rotateonstartup: False
# Number of rotated log files to keep. Oldest files will be deleted first.
keepfiles: 7