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
In my opinion, both plugins should use the same names for facility and severity labels and it should be therefore possible to have a Logstash configuration like this (detailed configuration of the input and output plugins left out for readability):
input {
syslog {}
}
output {
syslog {}
}
Currently this would work, if the numeric value for priority is used. If the labels are used, the output would not be the same as the input was.
The text was updated successfully, but these errors were encountered:
breml
changed the title
Streamline facility_labels and severity_labels with logstash-output-syslog
Harmonize facility_labels and severity_labels with logstash-output-syslog
Feb 13, 2017
In logstash-plugins/logstash-output-syslog#34 the question was raised, if the facility_labels and the severity_labels should be harmonised between this plugin and logstash-output-syslog.
In my opinion, both plugins should use the same names for facility and severity labels and it should be therefore possible to have a Logstash configuration like this (detailed configuration of the input and output plugins left out for readability):
Currently this would work, if the numeric value for
priority
is used. If the labels are used, the output would not be the same as the input was.The text was updated successfully, but these errors were encountered: