add repeating es ingest panel for nontc

This commit is contained in:
m0duspwnens
2021-11-03 13:25:42 -04:00
parent 2cb31a4c05
commit fab0dd2bad
4 changed files with 845 additions and 15 deletions

View 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
}