How to remove all grafana dashboards and import only my dashboards #1550
Answered
by
paulfantom
betonetotbo
asked this question in
Q&A
-
I'm currently adding my custom dashboard with this config: local kp =
(import 'kube-prometheus/main.libsonnet') +
{
values+:: {
common+: {
namespace: 'monitoring',
},
grafana+:: {
rawDashboards+:: {
'camel-dashboard-context-view.json': (importstr 'camel-dashboard-context-view.json'),
}
}
},
}; Now I want to remove all default dashboards from grafana and keep only my custom dashboard. How can I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
paulfantom
Dec 13, 2021
Replies: 1 comment
-
try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
betonetotbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try: