For DB Connect/Database Connect/DBX v3.18 and higher, is there a way to reload the app (and/or changes to the confs) without restarting Splunkd?
Specifically I want to edit the db_inputs.confdb_inputs.conf and load those edits instead of going through the GUI to modify the database connections.
@JWGOV
Can you try below REST API directly from the CLI
splunk _internal call /services/apps/local/dbx/_reload -auth admin:PASSWORD
Regards,
Prewin
🌟If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!
Awesome, that did the trick, thank you! For those reading this in the future, running @PrewinThomas command from the Splunk bin reloads the DB Connect settings without having to restart Splunk/SplunkD/the splunk server.
@JWGOV
Can you try below REST API directly from the CLI
splunk _internal call /services/apps/local/dbx/_reload -auth admin:PASSWORD
Regards,
Prewin
🌟If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!