- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can we Create and manage database connections via CLI for Splunk DB Connect so that the entire process can be automated?
Is there a way to "Create and manage database connections" via CLI so that the entire process can be automated rather than manually creating DB Connection via the UI evrytime??
Where will the password be stored and how do I encrypt it ?
OR
Is there any other way to automate creating a DB Connection??
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Typically, automation would be tackled through either a REST API or the conf files.
The REST API is the safest approach because it notifies splunkd of changes (which typically circumvents restarts) and can have some degree of validation (and password hashing). Unfortunately, I don't see anything in the DBConnect docs for the REST API. I highly encourage you to open a P4 request with support (which is an Enhancement Request) so the product team is aware of your desire to do this.
The conf files approach likely requires a restart to take effect and you'll want to check the splunkd log or the startup system out to look for any validation errors. You might be able to also use btool to check for such validation errors. Passwords may get hashed at restart, just like they would for other password attributes in conf files. The configuration files are documented here: http://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Configurationfilereference
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @ SloshBurch ,
1)I tried creating a connection via CLI by updating identities.conf and db_connections.conf and it didn't seem to work.
I would like know if DB Connection creation via CLI is possible or not at all..??
2) Also I believe Splunk doesnt provide automation via REST API for db connections... I didnt find them in splunk docs
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


I've notified your account team that you need help with this. It might require some webex sessions that they are best positioned for.
