From aafaafeb1203146eb299479b19bc70b12ca03f40 Mon Sep 17 00:00:00 2001 From: Scott Crespo Date: Thu, 29 Dec 2016 18:53:16 -0500 Subject: [PATCH] copied original metricbeat.yml. Accidentally over-wrote it --- metricbeat/metricbeat.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/metricbeat/metricbeat.yml b/metricbeat/metricbeat.yml index b96bdcb271b..54328186bf6 100644 --- a/metricbeat/metricbeat.yml +++ b/metricbeat/metricbeat.yml @@ -43,11 +43,7 @@ metricbeat.modules: period: 10s processes: ['.*'] -- module: mongodb - metricsets: ["status"] - enabled: true - period: 1s - hosts: ["localhost:27017"] + #================================ General =====================================