I have a working Splunk DB Connect that I am trying to extend.
This is on a heavy forwarder that is pushing the data to Splunk Cloud
I have created new identities and validated collections, however, when trying to use the new (or old) connections I am now receiving the following error com.splunk.dbx.exception.NotFoundException: Can not find object XXXXXX of type connection.
I have found in the logs the following error:
127.0.0.1 - splunk [10/Jan/2020:16:02:11.761 -0800] "GET /servicesNS/admin/-/configs/conf-db_connections/XXXXXX HTTP/1.1" 404 144 - - - 0ms
The main user is actually called splunk and when splunk appears in logged urls rather than admin the 404 is replaced by 200
-- Why is the system using admin username during setup but splunk during execution and how do I stop this?
... View more