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
|
w: 24
|
||||||
|
|
||||||
|
|
||||||
mastersearch:
|
managersearch:
|
||||||
templating:
|
templating:
|
||||||
list:
|
list:
|
||||||
- servername_mastersearch
|
- servername_managersearch
|
||||||
- containers
|
- containers
|
||||||
- manint
|
- manint
|
||||||
- monint
|
- monint
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
{% set nodeTypes = ['eval'] %}
|
{% set nodeTypes = ['eval'] %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
|
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
|
||||||
{% set nodeTypes = ['standalone', 'sensor', 'searchnode', 'heavynode'] %}
|
{% set nodeTypes = ['standalone', 'sensor', 'searchnode', , 'managersearch', 'heavynode'] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}
|
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {},
|
"current": {},
|
||||||
"datasource": "InfluxDB",
|
"datasource": "InfluxDB",
|
||||||
"definition": "show tag values with key=\"host\" where \"role\" = 'heavynode'",
|
"definition": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
|
||||||
"description": "",
|
"description": "",
|
||||||
"error": null,
|
"error": null,
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "servername",
|
"name": "servername",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "show tag values with key=\"host\" where \"role\" = 'heavynode'",
|
"query": "show tag values with key=\"host\" where \"role\" = 'managersearch'",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
Reference in New Issue
Block a user