You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GRANT ALL ON signoz_traces.* to signoz;
GRANT ALL ON signoz_metrics.* to signoz;
GRANT ALL ON signoz_logs.* to signoz;
GRANT CLUSTER on *.* to signoz;
GRANT ALL on signoz_metadata.* to signoz;
GRANT SELECT on system.clusters to signoz;
GRANT SELECT ON system.distributed_ddl_queue to signoz;
GRANT REMOTE on *.* to signoz;
It would be helpful if https://signoz.io/docs/operate/clickhouse/external-clickhouse/ includes a list of the necessary permissions required for the ClickHouse user.
The text was updated successfully, but these errors were encountered: