Using the MetricsSearch resource type does not work. After running, it creates what looks like a folder object in the UI, and clicking on that results in the following error:
Unable to load the metrics search. It may have been deleted or you do not have access to it.
I noticed that the Client is using v1/metricsSearches
|
func (s *Client) CreateMetricsSearch(metricsSearch MetricsSearch) (string, error) { |
Is there something going wrong with the v1 endpoint and how this interacts with it?
Using the MetricsSearch resource type does not work. After running, it creates what looks like a folder object in the UI, and clicking on that results in the following error:
I noticed that the Client is using
v1/metricsSearchesterraform-provider-sumologic/sumologic/sumologic_metrics_search.go
Line 62 in 681fca8
Is there something going wrong with the v1 endpoint and how this interacts with it?