Files
securityonion/salt/grafana/templates/role.json
2021-07-23 16:34:58 -04:00

30 lines
840 B
JSON

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