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
According to the Kibana helm docs, an automatic dashboard import should work via dashboardImport.dashboards.<dashboard-name>. as a json string or url reference.
Both approaches do not work. The dashboard json or the url is rendered correctly in the kibana configmap:
See issue #5 for more details on the dashboard import.
Further, improve test-pipeline script to be less verbose and open
Kibana dashboard directly (needs to be imported first).
According to the Kibana helm docs, an automatic dashboard import should work via
dashboardImport.dashboards.<dashboard-name>
. as a json string or url reference.Both approaches do not work. The dashboard json or the url is rendered correctly in the kibana configmap:
However, somehow it is not getting imported to Kibana. I couldn't find anything in the logs as well.
The text was updated successfully, but these errors were encountered: