Skip to content
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

Allow dynamic configuration of logging #9007

Closed
ppf2 opened this issue Nov 8, 2016 · 1 comment
Closed

Allow dynamic configuration of logging #9007

ppf2 opened this issue Nov 8, 2016 · 1 comment
Labels
release_note:enhancement Team:Operations Team label for Operations Team

Comments

@ppf2
Copy link
Member

ppf2 commented Nov 8, 2016

Provide a way to turn on verbose logging dynamically for troubleshooting without having to restart the Kibana server instance.

@tylersmalley
Copy link
Contributor

This can be done by sending the SIGHUP signal to Kibana.

kill -s SIGHUP `cat ./pid.log` # or wherever/whatever your pid may be

#6720

Created #9008 to add documentation

@tylersmalley tylersmalley added the Team:Operations Team label for Operations Team label Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:enhancement Team:Operations Team label for Operations Team
Projects
None yet
Development

No branches or pull requests

2 participants