I am having a hard time adapting the init.d
start up scripts I have found for Kibana on the internet.
I am experienced with RedHat/Centos but we have standardized on Suse Enterpise Linux here at work. So I need to port the init.d
scripts I have been using to work with SLES.
I don't have access to the machine with the scripts, and they aren't throwing any errors; at least not any that I can figure out how to detect. But they also don't start up Kibana and keep it running.
I can start Kibana from the command line manually, but that won't work in a production environment. I would rather use the blessed kibana-daemon.rb
script and a proper init.d
script to kick that off.
I wanted to go ahead and reach out to see if anyone had a working script for SLES.
As soon as I get back to my other machine I will update this question with the specific scripts and any errors I can find.