Hi, from filebeat, i send log to logstash, if I listen in tcpdump I see the logs arrive but Logstash don't send Log tothe file i specified in the pipelines, this is the Pipelines :
input {
beats {
port => 5044
}
}
output {
file {
path => "/tmp/filebeat/filebeat.txt"
codec => line { format => "custom format: %{message}"}
}
}
What's the problem, i don't see anyone file under /tmp/filebeat.
Thanks
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.