Greg Oledzki
Greg Oledzki
https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/field mentions: > The following arguments are supported: > [...] > field_id - (Required) Field identifier. Which I think is wrong. `field_id` is not required to be provided. It should...
**Context**: `sumologic_user` is sometimes used to provision a bot/service account (i.e. not assigned to a human, but to some piece of automation - e.g. some integration tests, monitoring service, etc.)....
I suggest to support https://help.sumologic.com/Metrics/Metric_Rules_Editor/Create_Metric_Rules
https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/saml_configuration can be used to define SAML configurations. Similarly I'd like to request to able to define these: - "Require SAML Sign In All users must log in using one...
I don't know which is right and which is wrong, but... 1. The API for Dashboards (new) seems to be happy about accepting a variable filter which is empty string:...
I don't know the steps to reproduce, but one of our CI builds has failed with: ``` 17:32:43 Releasing state lock. This may take a few moments... 17:32:44 17:32:44 Stack...
## Steps to reproduce ``` data "sumologic_personal_folder" "personalFolder" {} resource "sumologic_folder" "folder504" { name = "folder504" parent_id = data.sumologic_personal_folder.personalFolder.id } ``` ## Observed ``` │ Error: Missing required argument │...
## Steps to reproduce Define a `sumologic_cloudwatch_source` for CloudWatch metrics collection **without** specifying the regions, e.g. ``` path { type = "CloudWatchPath" limit_to_namespaces = ["AWS/S3"] } ``` Run `terraform apply`...
I suggest: - less ambiguous colors, now: red and green - less opacity - so that the overlay is better visible - less "steps" - so that there's better distinction...
I think it would work great if it came with support for polar coordinates, thus making the pictures more "circular".