mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add redis queue to pipeline overview
This commit is contained in:
@@ -2742,18 +2742,24 @@ grafana:
|
|||||||
text: All
|
text: All
|
||||||
value: "$__all"
|
value: "$__all"
|
||||||
panels:
|
panels:
|
||||||
logstash_eps_in_out_manager_graph:
|
redis_queue_graph:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
h: 8
|
h: 8
|
||||||
w: 12
|
w: 8
|
||||||
logstash_indexing_eps_in_searchnode_total_graph:
|
logstash_eps_in_out_manager_graph:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 12
|
x: 8
|
||||||
y: 0
|
y: 0
|
||||||
h: 8
|
h: 8
|
||||||
w: 12
|
w: 8
|
||||||
|
logstash_indexing_eps_in_searchnode_total_graph:
|
||||||
|
gridPos:
|
||||||
|
x: 16
|
||||||
|
y: 0
|
||||||
|
h: 8
|
||||||
|
w: 8
|
||||||
logstash_indexing_eps_in_out_searchnode_graph:
|
logstash_indexing_eps_in_out_searchnode_graph:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 0
|
x: 0
|
||||||
@@ -2785,6 +2791,12 @@ grafana:
|
|||||||
text: All
|
text: All
|
||||||
value: "$__all"
|
value: "$__all"
|
||||||
panels:
|
panels:
|
||||||
|
redis_queue_graph:
|
||||||
|
gridPos:
|
||||||
|
x: 0
|
||||||
|
y: 0
|
||||||
|
h: 8
|
||||||
|
w: 12
|
||||||
logstash_indexing_eps_in_tc_total_graph:
|
logstash_indexing_eps_in_tc_total_graph:
|
||||||
gridPos:
|
gridPos:
|
||||||
x: 12
|
x: 12
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"h": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.h }}
|
"h": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.h }}
|
||||||
},
|
},
|
||||||
"type": "timeseries",
|
"type": "timeseries",
|
||||||
"title": "Total Searchnode Indexing Events Per Second",
|
"title": "Total Indexing Events Per Second",
|
||||||
"transformations": [
|
"transformations": [
|
||||||
{
|
{
|
||||||
"id": "calculateField",
|
"id": "calculateField",
|
||||||
|
|||||||
Reference in New Issue
Block a user