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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: