I use grafana helm chart and configmap for importing dashboards, but when I try to load the official Istio dashboard, I get:
logger=provisioning.dashboard type=file name=sidecarProvider t=2023-04-13T12:28:39.524808833Z level=error msg="failed to load dashboard from " file=/tmp/dashboards/Istio/istio-performance-dashboard.json error="Dashboard title cannot be empty"
How can I fix it? I can fix the title
field and save the work version in the Helm chart, but it's bad because I'll need to change the original dashboards every time.