Hi all,
I have an issue with startup script generated by this command:
"/opt/splunk/bin/splunk enable boot-start"
Result is:
"service splunk does not support chkconfig"
Script generated start with this:
#!/bin/sh
#
# /etc/init.d/splunk
# init script for Splunk.
# generated by 'splunk enable boot-start'.
#
# chkconfig: 2345 90 60
# description: Splunk indexer service
...
Launching "chkconfig --add splunk" return the same value ("service splunk does not support chkconfig").
Modifying "# chkconfig: 2345 90 60" to "# chkconfig: 2345 20 80" does not change anything.
VSCA is running on Photon Linux 1.0 (Build 62c543d).
Additionnal info: when I start splunk with /etc/init.d/splunk start it works perfectly
Universal forwarder version is 7.3.1
Any suggestions?
Thank you!
↧