Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 22, 2019
1 parent c114bb0 commit 7d11734
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metricbeat/docs/modules/elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<configuration-ssl>>.
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/docs/modules/kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<configuration-ssl>>.
Expand Down
8 changes: 8 additions & 0 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/module/elasticsearch/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions metricbeat/module/kibana/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d11734

Please sign in to comment.