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

Terraform throws 404 error when creating splunk dashboard/alert

Open swared1 opened this issue 3 years ago • 0 comments

I am trying to create splunk alert and dashboard using terraform but it throws 404 error. Alert and dashboard are getting created but still terraform throws 404 error.

Below is the error for dashboard creation, similar error is thrown for alert too

Error: GET failed for endpoint search/data/ui/views/slodash/acl: Http Error: [404] 404 Not Found {"messages":[{"type":"ERROR","text":"Cannot find entity with name="slodash""}]} │ │ with module.splunk_alerts.splunk_data_ui_views.slodash, │ on ../dashboards.tf line 1, in resource "splunk_data_ui_views" "slodash": │ 1: resource "splunk_data_ui_views" "slodash" {

swared1 avatar Sep 28 '21 15:09 swared1