Can we mention username in metricbeat redis module ie. /etc/metricbeat/modules.d/redis.yml?
I tried two approches to add username
-
in module.hosts field:
hosts: ["redis://username:password@localhost:6379"]
-
in module.username field:
username: my_username
password: my_password
But got unlucky.
Tips and suggestion will appreciated!