terraform-provider-sumologic
terraform-provider-sumologic copied to clipboard
Feature Request: Syslog Source
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"
}
Internal tracking ticket SUMO-230723