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