mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change searchnode var
This commit is contained in:
@@ -2736,7 +2736,7 @@ grafana:
|
|||||||
templating:
|
templating:
|
||||||
list:
|
list:
|
||||||
searchnode:
|
searchnode:
|
||||||
allValue: true
|
includeAll: true
|
||||||
multi: true
|
multi: true
|
||||||
hide: 0
|
hide: 0
|
||||||
text: All
|
text: All
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"value": [{{ TEMPLATES.searchnode.get('value', DASHBOARD)| json }}]
|
"value": [{{ TEMPLATES.searchnode.get('value', DASHBOARD)| json }}]
|
||||||
},
|
},
|
||||||
"datasource": "InfluxDB",
|
"datasource": "InfluxDB",
|
||||||
"definition": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
|
"definition": "show tag values with key=\"host\" WHERE (\"role\" = 'searchnode' )",
|
||||||
"description": null,
|
"description": null,
|
||||||
"error": null,
|
"error": null,
|
||||||
"hide": {{ TEMPLATES.searchnode.get('hide', 0)| json }},
|
"hide": {{ TEMPLATES.searchnode.get('hide', 0)| json }},
|
||||||
@@ -16,14 +16,10 @@
|
|||||||
"multi": {{ TEMPLATES.searchnode.get('multi', true)| json }},
|
"multi": {{ TEMPLATES.searchnode.get('multi', true)| json }},
|
||||||
"name": "searchnode",
|
"name": "searchnode",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
|
"query": "show tag values with key=\"host\" WHERE (\"role\" = 'searchnode' )",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
"sort": 1,
|
"sort": 0,
|
||||||
"tagValuesQuery": "",
|
"type": "query"
|
||||||
"tags": [],
|
|
||||||
"tagsQuery": "",
|
|
||||||
"type": "query",
|
|
||||||
"useTags": false
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user