terraform-provider-sumologic
terraform-provider-sumologic copied to clipboard
Terraform provider for Sumo Logic
Sumo provider version: `2.18.0` The resource `sumologic_monitor` is not storing the value of `payload_override` in state for notifications. https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor After a `terraform apply`, the `notification.payload_override` field always prompts that changes...
Recently a local file source was added, but the provider does not have support for local windows event log collection which is important for customers using terraform to configure installed...
using cutoff_relative_time in sumologic_s3_source always causes resource replacement and re-ingest
we have a number of high-volume `sumologic_s3_source` datasources configured where SNS notification is not possible (we don't control the bucket, vendor doesn't support SNS signaling, etc etc). We initially used...
Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Updated the cutoff_timestamp and cutoff_relative_time descriptions to notify people that they could potentially ingest duplicate data if not configured properly.
create azure event hubs source in ui, try to import to tf terrraform version: 1.4.2 sumologic version: 2.24.0 ```tf resource "sumologic_cloud_to_cloud_source" "eventhub" { collector_id = "119303367" schema_ref = { type...
Currently, terraform can create new custom fields, but not read existing fields. A data resource to read existing custom fields would enable users to create basic checks that avoid having...
When Terraform creates a dashboard the template variables will break if there is mixed text * and "HTTP" in the parse entry. " are injected into the string which breaks...
Hello Team, Am creating monitor using terraform and wanted to change the timezone that the alert notifies. Notification is sent to slack. Below is my code ``` resource "sumologic_monitor" "logsMonitor"...
i dont see this source in terraform https://help.sumologic.com/docs/integrations/amazon-aws/cost-explorer/ any change we can support it please thanks