Getting Data In

Can I restart Splunk DB Connect's input without restarting the Splunk service?

tearic
Engager

Hi,

From Splunk DB Connect documentation:

Run : splunk cmd python $splunk_home/etc/apps/dbx/bin/reload.py databases 
It can reload database.conf without restart Splunk.

I need to script schedule update/modify DB input conf.
Any command can run like as above, reload input.conf without restarting Splunk.

But, I found "Note: Modifying inputs.conf file stanzas outside of the DB Connect app, such as in the search app or manager context, is not supported."

Is it possible to reload inputs.conf without restarting the Splunk Service?

Thank you.

1 Solution

andykuhn
Path Finder

If you are using a unix host, try the following from /opt/splunk/bin:

splunk _internal call /services/apps/local/dbx/_reload -auth admin:$ADMINPWD

It is important to note that although some components of the app can be reloaded in this manner (databases.conf for password encryption), other components (like the java bridge server) will require a restart as per the output message from the command above:

Restart required by:

ui-prefs, authorize, java, web, ui-prefs

View solution in original post

andykuhn
Path Finder

If you are using a unix host, try the following from /opt/splunk/bin:

splunk _internal call /services/apps/local/dbx/_reload -auth admin:$ADMINPWD

It is important to note that although some components of the app can be reloaded in this manner (databases.conf for password encryption), other components (like the java bridge server) will require a restart as per the output message from the command above:

Restart required by:

ui-prefs, authorize, java, web, ui-prefs

dwtung
Explorer

For DB Connect v2, I had to use this command (sudo as splunk user):

./splunk _internal call /services/apps/local/splunk_app_db_connect/_reload -auth admin:$ADMINPWD

varad_joshi
Communicator

This helped. Thank you so much.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...