Skip to content

Commit

Permalink
TSDB enablement for HAProxy datastreams (#8224)
Browse files Browse the repository at this point in the history
* TSDB enablement for HAProxy datastreams
  • Loading branch information
agithomas authored Oct 25, 2023
1 parent 469d921 commit dbe0025
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
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

0 comments on commit dbe0025

Please sign in to comment.