-
-
Save mongris/5966193 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# kibana.conf# kibana - log viewer | |
# | |
description "Kibana logstash viewer" | |
start on virtual-filesystems | |
stop on runlevel [06] | |
respawn | |
respawn limit 5 30 | |
limit nofile 65550 65550 | |
# Environment | |
env HOME=/etc/kibana | |
chdir /etc/kibana | |
setuid nobody | |
# Run Kibana, which is in /opt/kibana | |
script | |
ruby kibana.rb | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment