diff --git a/packages/awsfargate/changelog.yml b/packages/awsfargate/changelog.yml index 76916e6b0dd..a4f5beea8b0 100644 --- a/packages/awsfargate/changelog.yml +++ b/packages/awsfargate/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 0.3.0 + changes: + - description: Enable TSDB for task stats data stream. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html. + type: enhancement + link: https://github.com/elastic/integrations/pull/6998 - version: 0.2.5 changes: - description: Update DiskIO Write and Read visualizations to use last_value instead of average. diff --git a/packages/awsfargate/data_stream/task_stats/manifest.yml b/packages/awsfargate/data_stream/task_stats/manifest.yml index 97f6c7e8f51..6aee989ec6b 100644 --- a/packages/awsfargate/data_stream/task_stats/manifest.yml +++ b/packages/awsfargate/data_stream/task_stats/manifest.yml @@ -1,6 +1,8 @@ type: metrics title: AWS Fargate task_stats metrics release: beta +elasticsearch: + index_mode: "time_series" streams: - input: awsfargate/metrics vars: diff --git a/packages/awsfargate/manifest.yml b/packages/awsfargate/manifest.yml index 9fad9ffcdd8..ce30db10ac3 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.5 +version: 0.3.0 license: basic description: Collects metrics from containers and tasks running on Amazon ECS clusters with Elastic Agent. type: integration @@ -10,7 +10,7 @@ categories: - aws release: beta conditions: - kibana.version: "^8.3.0" + kibana.version: "^8.8.0" owner: github: elastic/obs-cloud-monitoring screenshots: