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

Feature Request: Syslog Source

Open eambrosyupgrade opened this issue 1 year ago • 1 comments

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"
}

eambrosyupgrade avatar Oct 20 '23 19:10 eambrosyupgrade

Internal tracking ticket SUMO-230723

dlinsumo avatar Oct 23 '23 20:10 dlinsumo