mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
pipleine overview tc changes
This commit is contained in:
@@ -2784,6 +2784,12 @@ grafana:
|
||||
title: 'Pipeline Overview'
|
||||
templating:
|
||||
list:
|
||||
searchnode:
|
||||
includeAll: true
|
||||
multi: true
|
||||
hide: 0
|
||||
text: All
|
||||
value: "$__all"
|
||||
cluster_name:
|
||||
includeAll: true
|
||||
multi: true
|
||||
@@ -2796,13 +2802,25 @@ grafana:
|
||||
x: 0
|
||||
y: 0
|
||||
h: 8
|
||||
w: 12
|
||||
logstash_indexing_eps_in_tc_total_graph:
|
||||
w: 8
|
||||
logstash_eps_in_out_manager_graph:
|
||||
gridPos:
|
||||
x: 12
|
||||
x: 8
|
||||
y: 0
|
||||
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:
|
||||
gridPos:
|
||||
x: 0
|
||||
y: 8
|
||||
h: 8
|
||||
w: 24
|
||||
elasticsearch_ingest_performance_tc_graph:
|
||||
gridPos:
|
||||
x: 0
|
||||
|
||||
@@ -1,164 +0,0 @@
|
||||
{
|
||||
"id": 69001,
|
||||
"gridPos": {
|
||||
"x": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.x }},
|
||||
"y": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.y }},
|
||||
"w": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.w }},
|
||||
"h": {{ PANELS.logstash_indexing_eps_in_tc_total_graph.gridPos.h }}
|
||||
},
|
||||
"type": "timeseries",
|
||||
"title": "Total Indexing Events Per Second",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "calculateField",
|
||||
"options": {
|
||||
"alias": "Total EPS",
|
||||
"mode": "reduceRow",
|
||||
"reduce": {
|
||||
"reducer": "sum"
|
||||
},
|
||||
"replaceFields": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"datasource": "InfluxDB",
|
||||
"pluginVersion": "8.2.1",
|
||||
"interval": "30s",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"custom": {
|
||||
"drawStyle": "line",
|
||||
"lineInterpolation": "linear",
|
||||
"barAlignment": 0,
|
||||
"lineWidth": 1,
|
||||
"fillOpacity": 10,
|
||||
"gradientMode": "none",
|
||||
"spanNulls": false,
|
||||
"showPoints": "never",
|
||||
"pointSize": 5,
|
||||
"stacking": {
|
||||
"mode": "none",
|
||||
"group": "A"
|
||||
},
|
||||
"axisPlacement": "auto",
|
||||
"axisLabel": "EPS",
|
||||
"scaleDistribution": {
|
||||
"type": "linear"
|
||||
},
|
||||
"hideFrom": {
|
||||
"tooltip": false,
|
||||
"viz": false,
|
||||
"legend": false
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"mode": "fixed",
|
||||
"fixedColor": "orange"
|
||||
},
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [],
|
||||
"unit": "short"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
"options": {
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
},
|
||||
"legend": {
|
||||
"displayMode": "table",
|
||||
"placement": "bottom",
|
||||
"calcs": [
|
||||
"max",
|
||||
"mean",
|
||||
"min"
|
||||
]
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"groupBy": [
|
||||
{
|
||||
"params": [
|
||||
"$__interval"
|
||||
],
|
||||
"type": "time"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"host"
|
||||
],
|
||||
"type": "tag"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"null"
|
||||
],
|
||||
"type": "fill"
|
||||
}
|
||||
],
|
||||
"hide": false,
|
||||
"measurement": "logstash_events",
|
||||
"orderByTime": "ASC",
|
||||
"policy": "default",
|
||||
"query": "SELECT non_negative_derivative(mean(\"in\"), 1s) FROM \"logstash_events\" WHERE (\"role\" =~ \"manager\") AND $timeFilter GROUP BY time($__interval), \"host\" fill(null)",
|
||||
"rawQuery": false,
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"select": [
|
||||
[
|
||||
{
|
||||
"type": "field",
|
||||
"params": [
|
||||
"in"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "mean",
|
||||
"params": []
|
||||
},
|
||||
{
|
||||
"type": "non_negative_derivative",
|
||||
"params": [
|
||||
"1s"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"key": "role",
|
||||
"operator": "=~",
|
||||
"value": "/^manager/"
|
||||
},
|
||||
{
|
||||
"key": "role",
|
||||
"value": "standalone",
|
||||
"operator": "=",
|
||||
"condition": "OR"
|
||||
},
|
||||
{
|
||||
"key": "role",
|
||||
"value": "eval",
|
||||
"operator": "=",
|
||||
"condition": "OR"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "",
|
||||
"maxDataPoints": null,
|
||||
"timeFrom": null,
|
||||
"timeShift": null
|
||||
}
|
||||
Reference in New Issue
Block a user