Skip to content

ralphdt/syslog_netcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

echo '<14>sourechost message text' | nc -v -t -w 1 192.168.1.248 514

INSTALL LOGSTASH SYSLOG OUTPUT PLUGIN >>

/usr/share/logstash/bin/logstash-plugin install logstash-output-syslog

COPY THIS FILE INTO >>

/usr/share/logstash/logstash.conf

input { syslog { type => syslog port => 5514 } }

filter { }

output { syslog { host => "192.168.1.248" port => 514 protocol => "tcp" rfc => "rfc3164" } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors