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 }}",
|
||||
{% if TITLE | lower == 'security onion grid overview' %}
|
||||
"uid": "so_overview",
|
||||
{% else %}
|
||||
"uid": "{{ UID }}",
|
||||
{% endif %}
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -117,6 +117,7 @@ so-grafana-dashboard-folder-delete:
|
||||
TEMPLATES: {{GRAFANA_SETTINGS.dashboards[dashboard].templating.list}}
|
||||
TITLE: {{ GRAFANA_SETTINGS.dashboards[dashboard].get('title', dashboard| capitalize) }}
|
||||
ID: {{ loop.index }}
|
||||
UID: {{ dashboard }}
|
||||
{% endfor %}
|
||||
|
||||
so-grafana:
|
||||
|
||||
Reference in New Issue
Block a user