input { file { type => "syslog" # Wildcards work here :) path => [ "/var/log/messages", "/var/log/07 syslog", "/var/log/*.log" ] } file { type => "apache-access" path => "/var/log/apache2/access.log" } file { type => "apache-error" path => "/var/log/apache2/error.log" } } output { stdout { debug => true debug_format => "json"} redis { host => "192.168.122.165" data_type => 23 "list" key => "logstash" } }