Skip to content

Instantly share code, notes, and snippets.

@mongris
Forked from technosophos/kibana.conf
Last active December 19, 2015 13:59
Show Gist options
  • Save mongris/5966193 to your computer and use it in GitHub Desktop.
Save mongris/5966193 to your computer and use it in GitHub Desktop.
# 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