Failed to RPUSH to redis list with: write tcp sourceip:port-->destinationip:port: i/o timeout
My config:
output.redis:
hosts: ["172.27.30.102:6379"]
key: "logstash"
db: 0
timeout: 5
index: "logs"
Failed to RPUSH to redis list with: write tcp sourceip:port-->destinationip:port: i/o timeout
My config:
output.redis:
hosts: ["172.27.30.102:6379"]
key: "logstash"
db: 0
timeout: 5
index: "logs"
Hi @Kim_Mendoza,
Could you please enable debug log and share it here? It would look like redis is not responding.
To enable debug, pass the following args to your beat: -v -d '*'
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.