-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL with path provides invalid port error #91
Comments
try https://hostname:443/some/path -> hostname:443/some/path |
I have a similar problem. In my organization splunk url looks like this
I looked into the code and this is what I found: terraform-provider-splunk/splunk/provider.go Line 125 in 0cb4f07
When url.URL is built, the BuildSplunkURL method uses Client.host as Host . The method doesn't parse host and doesn't interpret the part after / as Path .
|
I am still getting error. splunk_saved_searches.new-search-01: Creating... |
Configuring a URL with a PATH provides an error, for example:
Provides the error:
The text was updated successfully, but these errors were encountered: