Hi everyone,
I would like to know it there is some way to configure Redis Module when we have authentication in Redis like in MySQL Module.
metricbeat.modules:
- module: redis
metricsets: ["info"]
enabled: true
period: 10s
# Redis hosts
hosts: ["127.0.0.1:6379"]
In MySQL with authentication:
hosts: ["root:secret@tcp(127.0.0.1:3306)/"]
Thanks in advance,
Regards