SumoLogic / terraform-provider-sumologic

Terraform provider for Sumo Logic
https://www.terraform.io/docs/providers/sumologic/
Mozilla Public License 2.0
40 stars 55 forks source link

Feature Request: Syslog Source #588

Open eambrosyupgrade opened 11 months ago

eambrosyupgrade commented 11 months ago

Now that installed collectors are managable via the provider, it'd be nice if we could create & manage syslog sources, since these sources require console configuration any ways.

Proposed resource

resource "sumologic_syslog_source" "source" {
  name        = "my-syslog-source"
  description = "description of my syslog source"
  Protocal    = "UDP/TCP" //probably default UDP
  Port        = 514       //int: probably default 514
  category    = "my/syslog/category"
}
dlinsumo commented 11 months ago

Internal tracking ticket SUMO-230723