i have the following setup but it still doesn't work , what I am missing, appreciate suggestion!1 httpport = ( 443, 8000 or not set) https:// (internal or external):httport [settings]
enableSplunkWebSSL = ture
httpport = 8000
privKeyPath = <$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.key>
serverCert = <$SPLUNK_HOME/etc/auth/omniCerts/splunk.lab.omni.pem> ./splunk restart splunkd
... View more
the file doesn't exist. do this to create it
touch /etc/rc.conf
then run then enable boot-start command
this will actually create the startup script in /etc/rc.d/splunk and in /etc/rc.conf you will now see, splunk_enable="YES"
If it doesn't auto start, copy the splunk_enable line from /etc/rc.conf into /etc/rc.conf.d/splunk
... View more