# Filebeat i/o timeout on output to Redis

**URL:** https://discuss.elastic.co/t/filebeat-i-o-timeout-on-output-to-redis/255677
**Category:** Beats
**Tags:** filebeat
**Created:** [November 17, 2020, 11:32am UTC](https://discuss.elastic.co/t/filebeat-i-o-timeout-on-output-to-redis/255677 "2020-11-17T11:32:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ushaopusnet](https://avatars.discourse-cdn.com/v4/letter/u/5e9695/32.png) [@ushaopusnet](https://discuss.elastic.co/u/ushaopusnet)
#### Post date: [November 17, 2020, 11:32am UTC](https://discuss.elastic.co/t/filebeat-i-o-timeout-on-output-to-redis/255677/1 "2020-11-17T11:32:55Z")

</div>

Hi,

I've a simple setup using filebeat (v7.8.0) pushing logs to redis v4.0.9 and seeing the following error in logs. Please help troubleshoot.

```auto
redis/client.go:239 Failed to RPUSH to redis list with: write tcp 10.xx.xx.xx:44538 -> 172.xx.xx.xx:6379: i/o timeout

```

Additional info:

- source is behind corporate firewall
- redis is on EC2
- redis server is contactable responding as expected, telnet test results below

```auto
Escape character is '^]'.
ping
+PONG
RPUSH l1 "hello"
:1
RPUSH l1 "world"
:2
LRANGE l1 0 -1
*2
$5
hello

```

Thanks in advance.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 15, 2020, 1:32pm UTC](https://discuss.elastic.co/t/filebeat-i-o-timeout-on-output-to-redis/255677/2 "2020-12-15T13:32:55Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
