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

Harmonize facility_labels and severity_labels with logstash-output-syslog #37

Open
breml opened this issue Feb 13, 2017 · 0 comments
Open

Comments

@breml
Copy link

breml commented 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):

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.

@breml 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant