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

More complete sylog-pri filter example #37

Open
wants to merge 4 commits into
base: gh-pages
Choose a base branch
from

Conversation

jskarpe
Copy link

@jskarpe jskarpe commented Jan 21, 2013

Attempting to showcase multiple features of the syslog-pri filter

https://gist.github.com/2959887 for a better syslog parsing. Only change is syslog-relay to syslog_relay to avoid any syntax errors in Logstash 1.1.9
@@ -1,41 +1,100 @@
input {
# Syslog server
tcp {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might want to chage this to

syslog {
    type => syslog_relay
    port => 5000
}

according to the newest version...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the syslog input is deprecated and not recommended for use :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooh, then i got that wrong from some other cookbook-entry :/

so there should be a tag for each recipe like "tested with v0.10.1"? :)

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

Successfully merging this pull request may close these issues.

3 participants