mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
add managersearch
This commit is contained in:
@@ -459,10 +459,10 @@ grafana:
|
||||
w: 24
|
||||
|
||||
|
||||
mastersearch:
|
||||
managersearch:
|
||||
templating:
|
||||
list:
|
||||
- servername_mastersearch
|
||||
- servername_managersearch
|
||||
- containers
|
||||
- manint
|
||||
- monint
|
||||
|
||||
@@ -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) %}
|
||||
|
||||
@@ -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,
|
||||
Reference in New Issue
Block a user