Closed marcelloromani closed 3 years ago
I suspect that you might have misunderstood the srcURL: This the URL to be used for the REST API access of the Splunk instance, https://localhost:8089/ for example (does not have to be localhost)
Are you running your REST API on port 8089?
In that case it would be: set srcURL to http://my-splunk-instance:8089
When I try to create the backup data input, I get a 404 not found error when submitting the input configuration form.
Splunk version: enterprise 8.0.1 SplunkVersionControl version: 1.0.9
How to reproduce:
srcURL
tohttp://my-splunk-instance:8000
srcUsername
andsrcPassword
to the login credentialsexpected: data input created actual: a red message containing the splunk-generated "404 Not Found" HTML page.