Hello, I'm trying to direct the pfsense logs to elasticsearch, all the tutorials I've found use the UDP port 5140, my pfsense can send the logs to that server on that port, but the logstash at startup shows the error below:
Starting UDP listener {: address => "0.0.0.0:5140"}
UDP listener died {: exception => # <Errno :: EADDRINUSE: Address already in use
I already checked how many instances of logstash are running, I changed the port, but the error is always the same, any idea to solve this?
What does grep udp /etc/logstash/conf.d/* (or wherever you store your config files) result in? How about netstat -an | grep 5140 when Logstash isn't running?
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.