Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

syslog_input should embed syslog_parser inline #34

Closed
djaglowski opened this issue Mar 1, 2021 · 0 comments · Fixed by #43
Closed

syslog_input should embed syslog_parser inline #34

djaglowski opened this issue Mar 1, 2021 · 0 comments · Fixed by #43
Labels
enhancement New feature or request

Comments

@djaglowski
Copy link
Member

Since this operator is first and foremost a syslog operator, users should not need to specify syslog at two different levels, as is necessary with the current implementation.

Current:

type: syslog
syslog:
  protocol: rfc5424
tcp:
  listen_address: ...

Syslog Inline:

type: syslog
protocol: rfc5424
tcp:
  listen_address: ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant