Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS Fargate] Enable TSDB by default #6998

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/awsfargate/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions packages/awsfargate/data_stream/task_stats/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type: metrics
title: AWS Fargate task_stats metrics
release: beta
elasticsearch:
index_mode: "time_series"
streams:
- input: awsfargate/metrics
vars:
Expand Down
4 changes: 2 additions & 2 deletions packages/awsfargate/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down