Hi
i have a problem with beat logstash plugin. He dosen`t send windows event log to ES.
My Schema
Winlogbeat => Logstash => ES
if i send log directly to ES - all work.
TCP packages to LS is come.
logstash 2.3.4
logstash-input-beats (2.2.9)
OS: Ubuntu 14.04
logstash config:
input {
# windows eventlog from winlogbeats
beats {
port => 5044
}
}
output { #stdout { codec => rubydebug }
elasticsearch {
hosts => ["1.1.1.1"]
manage_template => false
index => "%{[@metadata][type]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.