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

TSDB enablement for HAProxy datastreams #8224

Merged
merged 3 commits into from
Oct 25, 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/haproxy/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.9.0"
changes:
- description: Enable time series data streams for the metrics datasets. 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/8224
- version: "1.8.6"
changes:
- description: Correct the improper aggregation function used in dashboards.
Expand Down
2 changes: 2 additions & 0 deletions packages/haproxy/data_stream/info/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: HAProxy info metrics
description: Collect HAProxy info metrics
elasticsearch:
index_mode: "time_series"
4 changes: 3 additions & 1 deletion packages/haproxy/data_stream/stat/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ streams:
show_user: true
default: 10s
title: HAProxy stat metrics
description: Collect HAProxy stat metrics
description: Collect HAProxy stat metrics
elasticsearch:
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/haproxy/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: haproxy
title: HAProxy
version: "1.8.6"
version: "1.9.0"
description: Collect logs and metrics from HAProxy servers with Elastic Agent.
type: integration
icons:
Expand All @@ -15,7 +15,7 @@ categories:
- observability
release: ga
conditions:
kibana.version: "^8.7.0"
kibana.version: "^8.8.0"
screenshots:
- src: /img/kibana-haproxy-overview.png
title: Kibana HAProxy overview
Expand Down