pipeline overview tc changes

This commit is contained in:
m0duspwnens
2021-11-08 15:02:52 -05:00
parent 9ea292b11e
commit f026ac1b41
2 changed files with 82 additions and 100 deletions

View File

@@ -1,39 +1,29 @@
{ {
"aliasColors": {}, "id": 445548,
"dashLength": 10,
"datasource": "InfluxDB",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1,
"gridPos": { "gridPos": {
"x": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.x }}, "x": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.x }},
"y": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.y }}, "y": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.y }},
"w": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.w }}, "w": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.w }},
"h": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.h }} "h": {{ PANELS.elasticsearch_ingest_performance_tc_graph.gridPos.h }}
}, },
"id": 445548, "type": "timeseries",
"legend": { "title": "Elastic Ingest Performance",
"avg": false, "datasource": "InfluxDB",
"current": false, "pluginVersion": "8.2.1",
"max": false, "interval": "30s",
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": { "options": {
"alertThreshold": true "tooltip": {
"mode": "multi"
},
"legend": {
"displayMode": "table",
"placement": "right",
"calcs": [
"max",
"mean"
]
}
}, },
"pluginVersion": "7.5.4",
"pointradius": 2,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"targets": [ "targets": [
{ {
"alias": "community.id_time", "alias": "community.id_time",
@@ -55,18 +45,18 @@
"select": [ "select": [
[ [
{ {
"type": "field",
"params": [ "params": [
"ingest_processor_stats_community_id_time_in_millis" "ingest_processor_stats_community_id_time_in_millis"
] ],
"type": "field"
}, },
{ {
"type": "last", "params": [],
"params": [] "type": "last"
}, },
{ {
"type": "non_negative_difference", "params": [],
"params": [] "type": "non_negative_difference"
} }
] ]
], ],
@@ -276,18 +266,18 @@
"select": [ "select": [
[ [
{ {
"type": "field",
"params": [ "params": [
"ingest_processor_stats_dissect_time_in_millis" "ingest_processor_stats_dissect_time_in_millis"
] ],
"type": "field"
}, },
{ {
"type": "last", "params": [],
"params": [] "type": "last"
}, },
{ {
"type": "non_negative_difference", "params": [],
"params": [] "type": "non_negative_difference"
} }
] ]
], ],
@@ -636,18 +626,18 @@
"select": [ "select": [
[ [
{ {
"type": "field",
"params": [ "params": [
"ingest_processor_stats_rename_time_in_millis" "ingest_processor_stats_rename_time_in_millis"
] ],
"type": "field"
}, },
{ {
"type": "last", "params": [],
"params": [] "type": "last"
}, },
{ {
"type": "non_negative_difference", "params": [],
"params": [] "type": "non_negative_difference"
} }
] ]
], ],
@@ -750,56 +740,54 @@
] ]
} }
], ],
"thresholds": [], "fieldConfig": {
"timeRegions": [], "defaults": {
"title": "Elastic Ingest Performance", "custom": {
"tooltip": { "drawStyle": "line",
"shared": true, "lineInterpolation": "linear",
"sort": 0, "barAlignment": 0,
"value_type": "individual" "lineWidth": 1,
}, "fillOpacity": 10,
"type": "graph", "gradientMode": "none",
"xaxis": { "spanNulls": false,
"buckets": null, "showPoints": "never",
"mode": "time", "pointSize": 5,
"name": null, "stacking": {
"show": true, "mode": "none",
"values": [] "group": "A"
}, },
"yaxes": [ "axisPlacement": "auto",
{ "axisLabel": "",
"$$hashKey": "object:1668", "scaleDistribution": {
"format": "dtdurationms", "type": "linear"
"label": "", },
"logBase": 1, "hideFrom": {
"max": null, "tooltip": false,
"min": null, "viz": false,
"show": true "legend": false
},
"thresholdsStyle": {
"mode": "off"
}
},
"color": {
"mode": "palette-classic"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"mappings": [],
"unit": "ms"
}, },
{ "overrides": []
"$$hashKey": "object:1669",
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}, },
"bars": false,
"dashes": false,
"description": "", "description": "",
"fillGradient": 0,
"hiddenSeries": false,
"percentage": false,
"points": false,
"stack": false,
"steppedLine": false,
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null
"interval": "30s"
} }

View File

@@ -72,7 +72,7 @@
}, },
"targets": [ "targets": [
{ {
"alias": "$tag_host", "alias": "Time",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
@@ -80,12 +80,6 @@
], ],
"type": "time" "type": "time"
}, },
{
"params": [
"host"
],
"type": "tag"
},
{ {
"params": [ "params": [
"null" "null"