I am using Telegraf 1.33.0 and trying to connect Redis (version:6.2.11) server with the following Redis plugin configuration
[[inputs.redis]]
servers = [“tcp://my-server:6008”]
username = “my_test_user”
password = “my_test_pwd”
But, Telegraf consecutively throws following error msg
E! [inputs.redis] Error in plugin: context deadline exceeded
May I know what could be the issue? and how can i get a detailed Error information?
Note:
Telnet connection between Telegraf and Redis box is Good.
I would able to login to Redis server separately and execute the redis commands.