Files
securityonion/salt/grafana/templates/cluster_name.json
2021-11-08 12:09:35 -05:00

26 lines
827 B
JSON

{
"allValue": null,
"current": {
"selected": true,
"tags": [],
"text": [{{ TEMPLATES.cluster_name.get('text', DASHBOARD)| json }}],
"value": [{{ TEMPLATES.cluster_name.get('value', DASHBOARD)| json }}]
},
"datasource": "InfluxDB",
"definition": "show tag values with key=\"cluster_name\"",
"description": null,
"error": null,
"hide": {{ TEMPLATES.cluster_name.get('hide', 0)| json }},
"includeAll": {{ TEMPLATES.cluster_name.get('includeAll', true)| json }},
"label": "Cluster Name",
"multi": {{ TEMPLATES.cluster_name.get('multi', true)| json }},
"name": "cluster_name",
"options": [],
"query": "show tag values with key=\"cluster_name\"",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"type": "query"
}