This message was deleted.
# general
a
This message was deleted.
s
That url path needs to be used with the rancher domain. It goes out to the upstream/local cluster and proxies to grafana
The auth headers / session will also need to come from Rancher world
a
In which file I need to check ?
I am new in ranchers so I am not getting the right file where I need to check
s
the rancher domain is the domain used to access the rancher ui
a
we cannot rewite the url ?
s
when you set up rancher you can change it via
hostname
related fields (there should be some good docs over at the rancher docs site install pages)
a
Thanks Richard i will check
I did the grafana config in grafana.ini inside rancher monitor values file
Copy code
grafana.ini:
    auth:
      disable_login_form: false
    auth.anonymous:
      enabled: true
      org_role: Viewer
    auth.basic:
      enabled: false
    dashboards:
      default_home_dashboard_path: /tmp/dashboards/rancher-default-home.json
    security:
      allow_embedding: true
    users:
      auto_assign_org_role: Viewer
    auth.ldap:
      allow_sign_up: true
      enabled: true
    server:
      domain: <http://labgrafana-k8s.sipd01.com|labgrafana-k8s.sipd01.com>
but domain redirect to labgrafana-k8s.sipd01.com*/k8s/clusters/local/api/v1/namespaces/cattle-monitoring-system/services/httprancher monitoring grafana80/proxy/*?orgId=1
s
that will most probably be the url you use to access the rancher ui? we're reaching the end of my understanding though, i haven't dabbled with how grafana is configured or it's intergrated with monitoring