Skip to content

Commit

Permalink
TSDB based beta release for influxdb (#6223)
Browse files Browse the repository at this point in the history
* Enable TSDB for InfluxDB
  • Loading branch information
agithomas authored Jun 27, 2023
1 parent 4dedcd4 commit 2988b35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/influxdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.6.0"
changes:
- description: Enable time series data streams for the metrics datasets. This dramatically reduces storage for metrics and is expected to progressively improve 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/6223
- version: "0.5.0"
changes:
- description: Rename ownership from obs-service-integrations to obs-infraobs-integrations
Expand Down
1 change: 1 addition & 0 deletions packages/influxdb/data_stream/advstatus/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ streams:
default: 60s

elasticsearch:
index_mode: "time_series"
index_template:
settings:
index.mapping.dimension_fields.limit: 32
1 change: 1 addition & 0 deletions packages/influxdb/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ streams:
default: 60s

elasticsearch:
index_mode: "time_series"
index_template:
settings:
index.mapping.dimension_fields.limit: 32
4 changes: 2 additions & 2 deletions packages/influxdb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: 1.0.0
name: influxdb
title: "InfluxDb"
version: "0.5.0"
version: "0.6.0"
license: basic
description: "Collect metrics from Influxdb database"
type: integration
categories:
- datastore
- observability
conditions:
kibana.version: "^8.6.0"
kibana.version: "^8.8.0"
screenshots:
- src: /img/Influxdb-status.png
title: Influxdb status metrics dashboard
Expand Down

0 comments on commit 2988b35

Please sign in to comment.