Accessing Grafana reporting system

Last Updated : Jan 03, 2023 |
Prolog information
Through this procedure, you can use the Grafana reporting system to access the reports and monitor the crunchy database. You need to query the CCM to find the IP address, username, and password of the Grafana reporting system and then use these credentials to log in to the Grafana reporting system.
  1. Log in to the Cluster Control Manager (CCM) console as the customer user.
  2. Switch to being the root user by entering the command su.
  3. To find the keepalived-vip IP address for Grafana access, run the following command:
    ADDITIONAL INFORMATION: kubectl get cm common-services-kube-keepalived-vip -o yaml | grep gateway
    STEP RESULT:
    An IP Address is displayed, such as:
    10.134.139.133: istio-system/istio-ingressgateway
  4. To find Username, run the following command:
    ADDITIONAL INFORMATION: kubectl get secret --namespace default common-services-grafana -o jsonpath="{.data.admin-user}" | base64 --decode; echo
    The default username is admin.
  5. To find Password, run the following command:
    ADDITIONAL INFORMATION: kubectl get secret --namespace default common-services-grafana -o jsonpath="{.data.admin-password}" | base64 --decode; echo
  6. Open a webbrowser and enter URL https://<vip>/grafana. Substitute the above-mentioned IP address in place of <vip> in the URL and click Enter.
  7. Enter the above-mentioned Username and Password in the Grafana reporting system webpage.
    STEP RESULT:
    You are logged in to the Grafana reporting system.
  8. Click DashboardsManage to access crunchy database reports.