Hello, I'm using the configuration Logstash in one machine as a shipper and in other machine I have REDIS with logstash, elasticsearch and Kibana.
I would like to see how Redis comunicate with logstash in the second machine.
The connection between logstash shipper is made using the port 6379 (default configuration), but what about the connection between redis output and the second logstash? how could I see the messages that logstash is receiving from the redis input ?
I have tried using output{ file{...} elasticsearch{....} } but if I'm not mistaken, as far as I have seen this is made with 2 different workers (threads) and for that reason I don't have in the file all the messages that has been received in elasticsearch.
I have tried using output{ file{...} elasticsearch{....} } but if I'm not mistaken, as far as I have seen this is made with 2 different workers (threads) and for that reason I don't have in the file all the messages that has been received in elasticsearch.
Unless you wrap outputs in conditionals all outputs receive all messages.
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.