mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-29 11:23:35 +01:00
add repeating es ingest panel for nontc
This commit is contained in:
29
salt/grafana/templates/searchnode.json
Normal file
29
salt/grafana/templates/searchnode.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": true,
|
||||
"tags": [],
|
||||
"text": [{{ TEMPLATES.searchnode.get('text', DASHBOARD)| json }}],
|
||||
"value": [{{ TEMPLATES.searchnode.get('value', DASHBOARD)| json }}]
|
||||
},
|
||||
"datasource": "InfluxDB",
|
||||
"definition": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": {{ TEMPLATES.searchnode.get('hide', 0)| json }},
|
||||
"includeAll": {{ TEMPLATES.searchnode.get('includeAll', true)| json }},
|
||||
"label": "Searchnode",
|
||||
"multi": {{ TEMPLATES.searchnode.get('multi', true)| json }},
|
||||
"name": "searchnode",
|
||||
"options": [],
|
||||
"query": "show tag values with key=\"host\" WHERE (\"role\" = \"searchnode\")",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"skipUrlSync": false,
|
||||
"sort": 1,
|
||||
"tagValuesQuery": "",
|
||||
"tags": [],
|
||||
"tagsQuery": "",
|
||||
"type": "query",
|
||||
"useTags": false
|
||||
}
|
||||
Reference in New Issue
Block a user