diff --git a/packages/awsfargate/changelog.yml b/packages/awsfargate/changelog.yml index b413eb4cb0..76916e6b0d 100644 --- a/packages/awsfargate/changelog.yml +++ b/packages/awsfargate/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 0.2.5 + changes: + - description: Update DiskIO Write and Read visualizations to use last_value instead of average. + type: enhancement + link: https://github.com/elastic/integrations/pull/6997 - version: 0.2.4 changes: - description: Migrate AWS Fargate input control to new control panel. diff --git a/packages/awsfargate/kibana/dashboard/awsfargate-20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json b/packages/awsfargate/kibana/dashboard/awsfargate-20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json index 9274795c72..16271ba9b2 100644 --- a/packages/awsfargate/kibana/dashboard/awsfargate-20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json +++ b/packages/awsfargate/kibana/dashboard/awsfargate-20dc7c50-2e89-11eb-991c-c5fd3b7f5a63.json @@ -743,11 +743,6 @@ "attributes": { "description": "", "references": [ - { - "id": "metrics-*", - "name": "indexpattern-datasource-current-indexpattern", - "type": "index-pattern" - }, { "id": "metrics-*", "name": "indexpattern-datasource-layer-c8d70f88-6554-41ca-ac1e-a3cf8b992972", @@ -801,14 +796,15 @@ "dataType": "number", "isBucketed": false, "label": "DiskIO Read", - "operationType": "average", + "operationType": "last_value", "params": { "format": { "id": "bytes", "params": { "decimals": 2 } - } + }, + "sortField": "@timestamp" }, "scale": "ratio", "sourceField": "awsfargate.task_stats.diskio.read.bytes" @@ -863,6 +859,7 @@ } }, "title": "DiskIO Read [Metrics AWSFargate]", + "type": "lens", "visualizationType": "lnsXY" }, "enhancements": {}, @@ -885,11 +882,6 @@ "attributes": { "description": "", "references": [ - { - "id": "metrics-*", - "name": "indexpattern-datasource-current-indexpattern", - "type": "index-pattern" - }, { "id": "metrics-*", "name": "indexpattern-datasource-layer-c8d70f88-6554-41ca-ac1e-a3cf8b992972", @@ -943,14 +935,15 @@ "dataType": "number", "isBucketed": false, "label": "DiskIO Write", - "operationType": "average", + "operationType": "last_value", "params": { "format": { "id": "bytes", "params": { "decimals": 2 } - } + }, + "sortField": "@timestamp" }, "scale": "ratio", "sourceField": "awsfargate.task_stats.diskio.write.bytes" @@ -1005,6 +998,7 @@ } }, "title": "DiskIO Write [Metrics AWSFargate]", + "type": "lens", "visualizationType": "lnsXY" }, "enhancements": {}, @@ -1083,21 +1077,11 @@ "name": "a7a6e425-98fd-4210-b3d5-005268be6274:indexpattern-datasource-layer-0749cbce-4a88-471d-9715-9f4f54510864", "type": "index-pattern" }, - { - "id": "metrics-*", - "name": "d7a6623a-14cf-411c-ab73-ded3734a359b:indexpattern-datasource-current-indexpattern", - "type": "index-pattern" - }, { "id": "metrics-*", "name": "d7a6623a-14cf-411c-ab73-ded3734a359b:indexpattern-datasource-layer-c8d70f88-6554-41ca-ac1e-a3cf8b992972", "type": "index-pattern" }, - { - "id": "metrics-*", - "name": "89b0cd8b-13d9-4a43-8f93-3410aff125c3:indexpattern-datasource-current-indexpattern", - "type": "index-pattern" - }, { "id": "metrics-*", "name": "89b0cd8b-13d9-4a43-8f93-3410aff125c3:indexpattern-datasource-layer-c8d70f88-6554-41ca-ac1e-a3cf8b992972", diff --git a/packages/awsfargate/manifest.yml b/packages/awsfargate/manifest.yml index 4bba07c9c3..9fad9ffcdd 100644 --- a/packages/awsfargate/manifest.yml +++ b/packages/awsfargate/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: awsfargate title: AWS Fargate -version: 0.2.4 +version: 0.2.5 license: basic description: Collects metrics from containers and tasks running on Amazon ECS clusters with Elastic Agent. type: integration