Getting Data In

Light Forwarder for Linux - Autostart

beaunewcomb
Communicator

Is there a command line switch for the light forwarder (much like the one for splunkd) that will install the service in init.d for automatic starting with the server?

Tags (2)

Lowell
Super Champion

See the following docs page:

http://www.splunk.com/base/Documentation/latest/Admin/ConfigureSplunktostartatboottime


BTW, I do like to make a minor change to Splunk's default boot script that makes the startup work in a few extra situations. (For example, after a splunk upgrade)

By default, you'll see a line that looks like this (your's may be slightly different depending on what user splunkd is running as on your system, on mine the user is simply called "splunk"). This is in the splunk_start() function.

I change this line:

su splunk -c "\"$SPLUNK_HOME/bin/splunk\" start"

to the following:

su splunk -c "\"$SPLUNK_HOME/bin/splunk\" start --accept-license --answer-yes"

This ensures that any migration questions or license acceptance issues do not prevent splunk from starting up on an unattended boot. There are other startup options as well, but these are the two that I've found to work best for us.

Lowell
Super Champion

It's the same for both.

beaunewcomb
Communicator

Thanks for your response, but that's for the splunk server. I'm looking for the forwarder.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...