From 7d117346fe6c825a21e3dea15ccf37bff5e567fc Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Mon, 21 Jan 2019 07:53:48 -0800 Subject: [PATCH] Generate docs --- metricbeat/docs/modules/elasticsearch.asciidoc | 4 ++++ metricbeat/docs/modules/kibana.asciidoc | 4 ++++ metricbeat/metricbeat.reference.yml | 8 ++++++++ .../module/elasticsearch/_meta/config.reference.yml | 4 ++++ metricbeat/module/kibana/_meta/config.reference.yml | 4 ++++ x-pack/metricbeat/metricbeat.reference.yml | 8 ++++++++ 6 files changed, 32 insertions(+) diff --git a/metricbeat/docs/modules/elasticsearch.asciidoc b/metricbeat/docs/modules/elasticsearch.asciidoc index 4354df70a8e..3d8f6d5169a 100644 --- a/metricbeat/docs/modules/elasticsearch.asciidoc +++ b/metricbeat/docs/modules/elasticsearch.asciidoc @@ -42,6 +42,10 @@ metricbeat.modules: # Set to false to fetch all entries #index_recovery.active_only: true + + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false ---- This module supports TLS connections when using `ssl` config field, as described in <>. diff --git a/metricbeat/docs/modules/kibana.asciidoc b/metricbeat/docs/modules/kibana.asciidoc index ba7b8b32358..0404de9007f 100644 --- a/metricbeat/docs/modules/kibana.asciidoc +++ b/metricbeat/docs/modules/kibana.asciidoc @@ -30,6 +30,10 @@ metricbeat.modules: hosts: ["localhost:5601"] basepath: "" enabled: true + + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false ---- This module supports TLS connections when using `ssl` config field, as described in <>. diff --git a/metricbeat/metricbeat.reference.yml b/metricbeat/metricbeat.reference.yml index 7b90be67331..e3c4f328c9c 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -217,6 +217,10 @@ metricbeat.modules: # Set to false to fetch all entries #index_recovery.active_only: true + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false + #----------------------------- envoyproxy Module ----------------------------- - module: envoyproxy metricsets: ["server"] @@ -368,6 +372,10 @@ metricbeat.modules: basepath: "" enabled: true + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false + #----------------------------- Kubernetes Module ----------------------------- # Node metrics, from kubelet: - module: kubernetes diff --git a/metricbeat/module/elasticsearch/_meta/config.reference.yml b/metricbeat/module/elasticsearch/_meta/config.reference.yml index c8927f09817..cc446dfc6e7 100644 --- a/metricbeat/module/elasticsearch/_meta/config.reference.yml +++ b/metricbeat/module/elasticsearch/_meta/config.reference.yml @@ -15,3 +15,7 @@ # Set to false to fetch all entries #index_recovery.active_only: true + + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false diff --git a/metricbeat/module/kibana/_meta/config.reference.yml b/metricbeat/module/kibana/_meta/config.reference.yml index 328a5e0b57a..466dd7899dd 100644 --- a/metricbeat/module/kibana/_meta/config.reference.yml +++ b/metricbeat/module/kibana/_meta/config.reference.yml @@ -4,3 +4,7 @@ hosts: ["localhost:5601"] basepath: "" enabled: true + + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false diff --git a/x-pack/metricbeat/metricbeat.reference.yml b/x-pack/metricbeat/metricbeat.reference.yml index d918fcc550c..dc0698dac5a 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -226,6 +226,10 @@ metricbeat.modules: # Set to false to fetch all entries #index_recovery.active_only: true + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false + #------------------------------ Envoyproxy Module ------------------------------ - module: envoyproxy metricsets: ["server"] @@ -377,6 +381,10 @@ metricbeat.modules: basepath: "" enabled: true + # Set to true to send data collected by module to X-Pack + # Monitoring instead of metricbeat-* indices. + #xpack.enabled: false + #------------------------------ Kubernetes Module ------------------------------ # Node metrics, from kubelet: - module: kubernetes