However, I can’t find the custom role after starting Grafana in Administration > Users and access > Users > Organization users > Role. I only see Admin, Viewer, and Editor roles.
Has anyone else faced this issue before?
Any insights or recommendations would be greatly appreciated.
I am currently uncertain whether RBAC is supported in OSS. This is why I have posted my question here, to seek clarification and gather more information.
Grafana can provide valuable information about certain issues through its own debug logs. These logs can help troubleshoot and identify the root cause of problems (especially if they are related to anything that can be configured via Grafana config file).
[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
level = debug
Then restart grafana for the setting to go into effect.