Zuehlke / cookbook-elk-stack

0 stars 1 forks source link

Listen for Remote Syslog Messages (rebased against master) #11

Closed tknerr closed 8 years ago

tknerr commented 8 years ago

This PR adds a logstash configuration for listening to remote syslog messages on port 10514 (tcp/udp)

It also extends the Vagrantfile example with a second VM to show the remote syslogging is configured on the client side.

For now, the integration tests are disabled on CircleCI until #7 is fixed

tknerr commented 8 years ago

@a-zen @jahnf this is now ready for review.

Basically, we are now listening for syslog messages on tcp/udp. This also fixes an issue with the previous file based approach where the fields were not split correctly (now they are)

tknerr commented 8 years ago

@a-zen @damphyr @jahnf if no one is opposed, I'm going to merge this :)

damphyr commented 8 years ago

:+1: