Cannot Transfer logs - Filebeat 7.4.0 to Redis Output

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.