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

Terraform provider for Sumo Logic

Results 140 terraform-provider-sumologic issues
Sort by recently updated
recently updated
newest added

closes #616 by nesting bullets under field.

Fixes typo in cse_tag_schema documentation closes #609

This updates the documentation from cse_outlier_rule with the correct example, built from a Sumo provided CSE rule. closes #608

the arguments in the documentation for aggregation rules appear to be invalid due to ambiguous use of nested bullets. documentation suggests all the following fields are configured as such: -...

On some failures the provider is retrying the communication to the Sumo product and fails with errors like this: ``` Error: Post "https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8&": POST https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8& giving up after 11 attempt(s)...

bug

`sumologic_cse_outlier_rule` example code is from `sumologic_cse_first_seen_rule`. The example on this page should reference the correct code. https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_outlier_rule

``` resource "sumologic_cse_tag_schema" "tag_schema" { key = "location" label = "label" content_types = ["entity"] free_form = "true" value_options { value = "option value" label = option label" link = "http://foo.bar.com"...

We already have this to find folder in library by its path, perhaps we can also get a monitor folder by path?

ticketed

I propose adding a data forwarding resource to compliment the sumologic_partition resource. IDs are needed for sumologic_partitions when adding data_forwarding options [https://help.sumologic.com/Manage/Data-Forwarding](https://help.sumologic.com/Manage/Data-Forwarding)

new-resource
collection
feature request

Allow importing v2 budget via name ### Issue related to Related to [473](https://github.com/SumoLogic/terraform-provider-sumologic/issues/473)