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

support setting log severity for logs received from in_syslog #56

Open
mr-salty opened this issue Mar 9, 2016 · 2 comments
Open

support setting log severity for logs received from in_syslog #56

mr-salty opened this issue Mar 9, 2016 · 2 comments
Assignees

Comments

@mr-salty
Copy link
Contributor

mr-salty commented Mar 9, 2016

When fluentd processes logs via the in_syslog input plugin (http://docs.fluentd.org/articles/in_syslog), it converts the tag value by the following pattern:
tag = "#{@tag}.#{facility}.#{priority}"

Our ingestion process currently turns that into a log name. Priority should instead be mapped to the severity level of the log entry.

@palladius
Copy link

(Internal bug is b/18731456). Has anyone spare capacity to fix this?

@jkohen
Copy link
Contributor

jkohen commented Jul 31, 2019

Seems connected to #51 or even a duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants