Skip to content

Commit

Permalink
[MongoDB] Enable TSDB (#6978)
Browse files Browse the repository at this point in the history
* [MongoDB] Enable TSDB
  • Loading branch information
ritalwar authored Jul 24, 2023
1 parent 4f44bf3 commit 289dd40
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/mongodb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.11.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/6978
- version: "1.10.2"
changes:
- description: Fix mongodb logs overview dashboard and update filters for panels.
Expand Down
2 changes: 2 additions & 0 deletions packages/mongodb/data_stream/collstats/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: MongoDB collstats metrics
description: Collect MongoDB collstats metrics
elasticsearch:
index_mode: "time_series"
2 changes: 2 additions & 0 deletions packages/mongodb/data_stream/dbstats/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: MongoDB dbstats metrics
description: Collect MongoDB dbstats metrics
elasticsearch:
index_mode: "time_series"
2 changes: 2 additions & 0 deletions packages/mongodb/data_stream/metrics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: MongoDB metrics
description: Collect MongoDB use and state metrics
elasticsearch:
index_mode: "time_series"
2 changes: 2 additions & 0 deletions packages/mongodb/data_stream/replstatus/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: MongoDB replstatus metrics
description: Collect MongoDB replstatus metrics
elasticsearch:
index_mode: "time_series"
2 changes: 2 additions & 0 deletions packages/mongodb/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ streams:
default: 10s
title: MongoDB status metrics
description: Collect MongoDB status metrics
elasticsearch:
index_mode: "time_series"
4 changes: 2 additions & 2 deletions packages/mongodb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb
title: MongoDB
version: "1.10.2"
version: "1.11.0"
description: Collect logs and metrics from MongoDB instances with Elastic Agent.
type: integration
categories:
Expand All @@ -15,7 +15,7 @@ format_version: 1.0.0
license: basic
release: ga
conditions:
kibana.version: "^8.1.0"
kibana.version: "^8.8.0"
screenshots:
- src: /img/filebeat-mongodb-overview.png
title: filebeat mongodb overview
Expand Down

0 comments on commit 289dd40

Please sign in to comment.