-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log rotation keeps writing to rotated files #60889
Comments
Pinging @elastic/kibana-platform (Team:Platform) |
Pinging @elastic/kibana-operations (Team:Operations) |
I see some inconsistencies in rotation behavior. Kibana rotate files.
logging.verbose: true
logging.dest: "/Users/mikhailshustov/work/kibana/logs/kibana.log"
logging.rotate:
enabled: true
everyBytes: 200000
keepFiles: 5
Kibana does not rotate files.
logging.verbose: true
logging.dest: "/Users/mikhailshustov/work/kibana/logs/kibana.log"
logging.rotate:
enabled: true
everyBytes: 500000
keepFiles: 5
I expected
Changing code to always use polling logic via usePolling: true
@elastic/kibana-operations any ideas what could go wrong? Probably it's not the root of the problem but doesn't allow us to debug it locally. |
Kibana version: 7.6.0 and 7.6.1
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud
Describe the bug:
Steps to reproduce:
/app/kibana.log.0
reached 2GB-Expected behavior:
Rotated files should not go much above the configured size of 10MB
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: