How to add Redis cluster for monitoring in the host section of /etc/metricbeat/modules.d/redis.yml file?
Please be informed that I'm using single-node Redis cluster in different ports.
How to add Redis cluster for monitoring in the host section of /etc/metricbeat/modules.d/redis.yml file?
Please be informed that I'm using single-node Redis cluster in different ports.
Hi @Md_Saidur_Rahman, welcome to the Elastic community forums!
Have you tried setting the host and port for your Redis node in the hosts
setting in modules.d/redis.yml
? You can see documentation and examples about this here: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-redis.html.
Shaunak
Hi @shaunak Thank you for your response. Yes, I've updated hosts section in modules.d/redis.yml file and getting log for single node redis but didn't get any log from redis cluster. I've configured for redis cluster like this way.
For Cluster:
hosts: ["IP:Port", "IP:Port", " IP:Port"]
Redis module is working properly after deleting dashboard and creating new one.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.