Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Syslog Source #588

Open
eambrosyupgrade opened this issue Oct 20, 2023 · 1 comment
Open

Feature Request: Syslog Source #588

eambrosyupgrade opened this issue Oct 20, 2023 · 1 comment
Labels
collection Item is related to data collection aspect of Sumo Logic. ticketed

Comments

@eambrosyupgrade
Copy link

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 dlinsumo added collection Item is related to data collection aspect of Sumo Logic. ticketed labels Oct 23, 2023
@dlinsumo
Copy link
Collaborator

Internal tracking ticket SUMO-230723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collection Item is related to data collection aspect of Sumo Logic. ticketed
Projects
None yet
Development

No branches or pull requests

2 participants