File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ echo "fields.build: ${BUILD_ID}" >> cfg/metricbeat/metricbeat.yml
5353echo " path.config: ${KIBANA_DIR} /metricbeat-install" >> cfg/metricbeat/metricbeat.yml
5454echo " cloud.auth: ${USER_FROM_VAULT} :${PASS_FROM_VAULT} " >> cfg/metricbeat/metricbeat.yml
5555cp cfg/metricbeat/metricbeat.yml $KIBANA_DIR /metricbeat-install/metricbeat.yml
56- mv $KIBANA_DIR /metricbeat-install/modules.d/system.yml $KIBANA_DIR /metricbeat-install/modules.d/system.yml.disabled
56+ # Disable system monitoring: enabled for now to have more data
57+ # mv $KIBANA_DIR/metricbeat-install/modules.d/system.yml $KIBANA_DIR/metricbeat-install/modules.d/system.yml.disabled
5758popd
5859
5960# doesn't persist, also set in kibanaPipeline.groovy
@@ -85,5 +86,6 @@ node scripts/functional_tests \
8586 --kibana-install-dir " $KIBANA_INSTALL_DIR " \
8687 --config test/load/config.ts
8788
88- echo " output of metricbeat.log"
89- cat $KIBANA_DIR /metricbeat-install/metricbeat.log
89+ # Show output of Metricbeat. Disabled. Enable for debug purposes
90+ # echo "output of metricbeat.log"
91+ # cat $KIBANA_DIR/metricbeat-install/metricbeat.log
You can’t perform that action at this time.
0 commit comments