Skip to content
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
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Add new metrics to vSphere Virtual Machine dataset (CPU usage percentage, disk average usage, disk read/write rate, number of disk reads/writes, memory usage percentage). {pull}44205[44205]
- Added checks for the Resty response object in all Meraki module API calls to ensure proper handling of nil responses. {pull}44193[44193]
- Add `enable_batch_api` option in azure monitor to allow metrics collection of multiple resources using azure batch Api {pull}41790[41790]

- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781]

*Metricbeat*

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/mongodb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ in <<configuration-metricbeat>>. Here is an example configuration:
metricbeat.modules:
- module: mongodb
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
period: 10s
period: 60s
enabled: true

# The hosts must be passed as MongoDB URLs in the format:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ metricbeat.modules:
#------------------------------- MongoDB Module -------------------------------
- module: mongodb
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
period: 10s
period: 60s
enabled: true

# The hosts must be passed as MongoDB URLs in the format:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/mongodb/_meta/config.reference.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- module: mongodb
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
period: 10s
period: 60s
enabled: true

# The hosts must be passed as MongoDB URLs in the format:
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/mongodb/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - collstats
# - metrics
# - replstatus
period: 10s
period: 60s

# The hosts must be passed as MongoDB URLs in the format:
# [mongodb://][user:pass@]host[:port].
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/modules.d/mongodb.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - collstats
# - metrics
# - replstatus
period: 10s
period: 60s

# The hosts must be passed as MongoDB URLs in the format:
# [mongodb://][user:pass@]host[:port].
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ metricbeat.modules:
#------------------------------- MongoDB Module -------------------------------
- module: mongodb
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
period: 10s
period: 60s
enabled: true

# The hosts must be passed as MongoDB URLs in the format:
Expand Down