Hi all,
I configured the pipeline to collect windows firewall log of windows server 2012 as follows: etc/logstash/conf.d/10-input.conf
input {
beats {
# The port to listen on for filebeat connections.
port => 5044
}
} etc/logstash/conf.d/20-fwlog.conf
output {
elasticsearch {
hosts => ["localhost:9200"]
sniffing => true
manage_template => false
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}
Until I run the netstat -lntp command. Did not see it active port 5044
HI warkolm,
Thanks for answering.
Yes, I will draw on the experience for the next post.
I tried telnet from windows machine to LS under port 5044 but failed.
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.