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

Suppose I've taken (many) saved searches out of some existing splunk, put them through the `search/parser` endpoint, run a translation against these to change them all, and now I want...

When creating a saved search my searches always have a visualization. Unless I am missing something, I have to go to manually change display.visualizations.show to 0. Being able to control...

Because the Splunk server(s) are referenced in the provider block users will be forced to create multiple provider blocks and then specify them in each resource. ``` provider "splunk" {...

This might be tricky because it's not doable through the API, but it would be nice to be able to set configurations for Splunk management servers (deployer, cluster master, deployment...

The current Splunk terraform provider does not allow to create Splunk Alerts using "MS Teams" notification. This merge request adds the required parameters to support the creation of "MS Teams"...

## Description As describe in #2, I get the following error when I am trying to update splunk_saved_search. ``` Error: Http Error: [400] 400 Bad Request {"messages":[{"type":"ERROR","text":"Argument \"schedule_priority\" is not...

To reproduce: 1. Create a splunk_saved_searches with an action_webhook_param_url 2. Remove action_webhook_param_url and plan/apply 3. Re-plan Expected output: a clean plan Actual output: action_webhook_param_url is still present