mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
allow multi and all on servername_all template var
This commit is contained in:
@@ -1,21 +1,26 @@
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {},
|
||||
"current": {
|
||||
"selected": true,
|
||||
"tags": [],
|
||||
"text": [],
|
||||
"value": []
|
||||
},
|
||||
"datasource": "InfluxDB",
|
||||
"definition": "show tag values with key=\"host\"",
|
||||
"description": "",
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"includeAll": true,
|
||||
"label": "Node",
|
||||
"multi": false,
|
||||
"multi": true,
|
||||
"name": "servername",
|
||||
"options": [],
|
||||
"query": "show tag values with key=\"host\"",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"skipUrlSync": false,
|
||||
"sort": 0,
|
||||
"sort": 1,
|
||||
"tagValuesQuery": "",
|
||||
"tags": [],
|
||||
"tagsQuery": "",
|
||||
|
||||
Reference in New Issue
Block a user