mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 10:23:20 +01:00
30 lines
840 B
JSON
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
|
|
}
|