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" {
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" {