This documentation does not apply to the most recent version of Splunk® DB Connect.
For documentation on the most recent version, go to the latest release.

identities.conf.spec
The identities.conf file stores credentials used to connect to databases in the standard Splunk credential store in obfuscated hash text.
# @copyright@ # The file contains the specification for database identities (username/password) [<name>] username = <string> # required # the username for this database connection identity password = <string> # required # The encrypted value of the password for this database connection identity. domain_name = <string> # optional # Specifies the windows domain name which the username belongs to use_win_auth = [true|false] # optional # Specifies whether the Windows Authentication Domain is used
Example
[mysql_local] username = admin password = UdxsEmbJvU/lcINqMVGAQgBKT4DLIx/2c9Ka+3oUOVy= use_win_auth = false
Last modified on 15 June, 2023
PREVIOUS db_lookups.conf.spec |
NEXT inputs.conf.spec |
This documentation applies to the following versions of Splunk® DB Connect: 3.11.0, 3.11.1
Feedback submitted, thanks!