grafana-redis-datasource
grafana-redis-datasource copied to clipboard
Redis ACL permissons
Summary
List all permissions which Redis monitor user need to have for monitoring.
Relevant information
I am sorry if this question is asked somewhere before. I moved to Redis version 6.x and I created an user for monitor but I don't know which permission I need for that user. Hope someone help me about it. Thank you so much.
Hi @hoangphuocbk - this will depend on a number of factors:
- What commands the dashboards are leveraging - e.g. if you are doing Redis time series operations, you'll need access to the relevant commands
- The keys they need access to - there might be a certain group of prefixes they need to access
- Your deployment type - Might need stuff like the
CLUSTER
and sentinel commands if you are using one of those deployments - it doesn't seem to leverage theINFO
command at all
I would look at your Redis deployment to see what type of informational commands the client will need, and look at the dashboards you are building/have built for what commands/keys you need to authorize.