-
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
Server log should reload on SIGHUP rather than requiring a restart #4407
Comments
Right now, your only option would be to run the log file Kibana is outputting through some external log rotation process. I'll keep this open as an enhancement request for adding native log rotation to the server. |
+1 |
We're not going to support log rotation internally, but we need to work well with logrotate. Currently the server has to be bounced to behave nicely when logrotate switches up the file. It should at least support SIGHUP |
@rashidkpc Would reloading the configuration on |
@bevacqua it might as long as the file descriptor for the log file is released. |
In kibana.yml we can configure the log file file with the setting:
log_file: ./kibana.log
Is there a way to roll the log file on a nightly basis or depending on the size of the the file?
The text was updated successfully, but these errors were encountered: