Skip to content

Commit

Permalink
IBMMQ Enable TSDB by default (#6471)
Browse files Browse the repository at this point in the history
* Enable TSDB for IBMMQ Integration datastreams
  • Loading branch information
agithomas authored Jun 27, 2023
1 parent 2988b35 commit 6e701cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/ibmmq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.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/6471
- version: "1.1.0"
changes:
- description: Added metric_type mappings for qmgr datastream for TSDB enablement
Expand Down
2 changes: 2 additions & 0 deletions packages/ibmmq/data_stream/qmgr/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ streams:
template_path: stream.yml.hbs
title: IBM MQ Queue Manager performance metrics
description: Collect IBM MQ Queue Manager performance metrics
elasticsearch:
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/ibmmq/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: 1.0.0
name: ibmmq
title: IBM MQ
version: "1.1.0"
version: "1.2.0"
license: basic
description: Collect logs and metrics from IBM MQ with Elastic Agent.
type: integration
categories:
- message_queue
- observability
conditions:
kibana.version: ^8.5.0
kibana.version: ^8.8.0
icons:
- src: /img/ibmmq.svg
title: ibmmq
Expand Down

0 comments on commit 6e701cf

Please sign in to comment.