add managersearch

This commit is contained in:
m0duspwnens
2021-07-21 10:16:40 -04:00
parent 6809c3a9f6
commit 5ea8c978a0
3 changed files with 5 additions and 5 deletions

View File

@@ -459,10 +459,10 @@ grafana:
w: 24
mastersearch:
managersearch:
templating:
list:
- servername_mastersearch
- servername_managersearch
- containers
- manint
- monint

View File

@@ -14,7 +14,7 @@
{% set nodeTypes = ['eval'] %}
{% else %}
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
{% set nodeTypes = ['standalone', 'sensor', 'searchnode', 'heavynode'] %}
{% set nodeTypes = ['standalone', 'sensor', 'searchnode', , 'managersearch', 'heavynode'] %}
{% endif %}
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}

View File

@@ -2,7 +2,7 @@
"allValue": null,
"current": {},
"datasource": "InfluxDB",
"definition": "show tag values with key=\"host\" where \"role\" = 'heavynode'",
"definition": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
"description": "",
"error": null,
"hide": 0,
@@ -11,7 +11,7 @@
"multi": false,
"name": "servername",
"options": [],
"query": "show tag values with key=\"host\" where \"role\" = 'heavynode'",
"query": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
"refresh": 1,
"regex": "",
"skipUrlSync": false,