Skip to content

Commit 04a802b

Browse files
[8.18](backport #44781) [metricbeat] [mongodb] increase default polling interval period 10s -> 60s (#44875)
* [metricbeat] [mongodb] increase default polling interval `period` 10s -> 60s (#44781) (cherry picked from commit f889b64) * Update CHANGELOG.next.asciidoc * make update --------- Co-authored-by: mykola-elastic <mykola.kmet@elastic.co>
1 parent 085b4ed commit 04a802b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
308308
- 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]
309309
- Added checks for the Resty response object in all Meraki module API calls to ensure proper handling of nil responses. {pull}44193[44193]
310310
- Add `enable_batch_api` option in azure monitor to allow metrics collection of multiple resources using azure batch Api {pull}41790[41790]
311-
311+
- Increase default polling period for MongoDB module from 10s to 60s {pull}44781[44781]
312312

313313
*Metricbeat*
314314

metricbeat/docs/modules/mongodb.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ in <<configuration-metricbeat>>. Here is an example configuration:
136136
metricbeat.modules:
137137
- module: mongodb
138138
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
139-
period: 10s
139+
period: 60s
140140
enabled: true
141141
142142
# The hosts must be passed as MongoDB URLs in the format:

metricbeat/metricbeat.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ metricbeat.modules:
742742
#------------------------------- MongoDB Module -------------------------------
743743
- module: mongodb
744744
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
745-
period: 10s
745+
period: 60s
746746
enabled: true
747747

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

metricbeat/module/mongodb/_meta/config.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- module: mongodb
22
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
3-
period: 10s
3+
period: 60s
44
enabled: true
55

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

metricbeat/module/mongodb/_meta/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - collstats
66
# - metrics
77
# - replstatus
8-
period: 10s
8+
period: 60s
99

1010
# The hosts must be passed as MongoDB URLs in the format:
1111
# [mongodb://][user:pass@]host[:port].

metricbeat/modules.d/mongodb.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - collstats
99
# - metrics
1010
# - replstatus
11-
period: 10s
11+
period: 60s
1212

1313
# The hosts must be passed as MongoDB URLs in the format:
1414
# [mongodb://][user:pass@]host[:port].

x-pack/metricbeat/metricbeat.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ metricbeat.modules:
11591159
#------------------------------- MongoDB Module -------------------------------
11601160
- module: mongodb
11611161
metricsets: ["dbstats", "status", "collstats", "metrics", "replstatus"]
1162-
period: 10s
1162+
period: 60s
11631163
enabled: true
11641164

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

0 commit comments

Comments
 (0)