add searchnode dashboard

This commit is contained in:
m0duspwnens
2021-07-21 09:51:49 -04:00
parent 0c4c59375d
commit 1fee4e87c4
3 changed files with 413 additions and 1 deletions

View File

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