You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: