terraform-provider-splunk icon indicating copy to clipboard operation
terraform-provider-splunk copied to clipboard

Terraform Provider for Splunk

Results 79 terraform-provider-splunk issues
Sort by recently updated
recently updated
newest added

Hello! I am using TF 1.6.2 with the Splunk Provider 1.4.22. I want to import existing notifications / reports / "saved_searches", but it fails with 404. For testing purposes I've...

Hey team, This PR fixes a problem with the index and saved_searches resource if someone deleted them outside of Terraform. Instead of erroring out on Terraform plan / apply, it...

The docs are not clear that the URL provided is supposed to be the API endpoint. Spinning up the Splunk AMI, then poking at it with the Splunk TF provider...

Hi, Is it possible to include support for custom action in splunk_saved_searches resource? i.e. support for action. and action.. as documented in https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTsearch#saved.2Fsearches

I cannot create the alert/saved search. It throws the following error: `Error: 400 Bad Request: {"messages":[{"type":"ERROR","text":"windowed real-time per result alerts require field based alert throttling to be enabled"}]}` I'm trying...

### Affected Resource(s) `splunk_saved_searches` ### Description We have, relatively recently, been using the `splunk_saved_searches` resource to create alerts. However this no longer appears we work. It will always create the...

Similar to #26, when creating a SAML group with a / in the name, an error is returned, because the name parameter is not URI-encoded by the provider. Example ```hcl...

Hello, we tried to use that provider and got issue: ``` erraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:...

We use a Splunk restapi user that can authentocate to Splunk fine but receive a 403 when trying to create a scheduled search/alert. Further research shows that the terraform user...

Following up on the work done in https://github.com/splunk/terraform-provider-splunk/pull/169. This removes the checking of the status code in a few places. This is duplicate work now and shouldn't be done in...