mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Set Dashboard UUID
This commit is contained in:
@@ -57,6 +57,8 @@
|
|||||||
"title": "{{ TITLE }}",
|
"title": "{{ TITLE }}",
|
||||||
{% if TITLE | lower == 'security onion grid overview' %}
|
{% if TITLE | lower == 'security onion grid overview' %}
|
||||||
"uid": "so_overview",
|
"uid": "so_overview",
|
||||||
|
{% else %}
|
||||||
|
"uid": "{{ UID }}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ so-grafana-dashboard-folder-delete:
|
|||||||
TEMPLATES: {{GRAFANA_SETTINGS.dashboards[dashboard].templating.list}}
|
TEMPLATES: {{GRAFANA_SETTINGS.dashboards[dashboard].templating.list}}
|
||||||
TITLE: {{ GRAFANA_SETTINGS.dashboards[dashboard].get('title', dashboard| capitalize) }}
|
TITLE: {{ GRAFANA_SETTINGS.dashboards[dashboard].get('title', dashboard| capitalize) }}
|
||||||
ID: {{ loop.index }}
|
ID: {{ loop.index }}
|
||||||
|
UID: {{ dashboard }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
so-grafana:
|
so-grafana:
|
||||||
|
|||||||
Reference in New Issue
Block a user