-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
369 additions
and
420 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
//// | ||
This file is generated! See scripts/docs_collector.py | ||
//// | ||
|
||
[[metricbeat-module-kubernetes]] | ||
== kubernetes Module | ||
|
||
beta[] | ||
|
||
This module fetches metrics from Kubernetes https://kubernetes.io/docs/admin/kubelet/[kubelet] agent. | ||
|
||
|
||
[float] | ||
=== Example Configuration | ||
|
||
The kubernetes module supports the standard configuration options that are described | ||
in <<configuration-metricbeat>>. Here is an example configuration: | ||
|
||
[source,yaml] | ||
---- | ||
metricbeat.modules: | ||
- module: kubernetes | ||
metricsets: ["node","container","volume","pod","system"] | ||
enabled: false | ||
period: 10s | ||
hosts: ["localhost:10255"] | ||
---- | ||
|
||
[float] | ||
=== Metricsets | ||
|
||
The following metricsets are available: | ||
|
||
* <<metricbeat-metricset-kubernetes-container,container>> | ||
|
||
* <<metricbeat-metricset-kubernetes-node,node>> | ||
|
||
* <<metricbeat-metricset-kubernetes-pod,pod>> | ||
|
||
* <<metricbeat-metricset-kubernetes-system,system>> | ||
|
||
* <<metricbeat-metricset-kubernetes-volume,volume>> | ||
|
||
include::kubernetes/container.asciidoc[] | ||
|
||
include::kubernetes/node.asciidoc[] | ||
|
||
include::kubernetes/pod.asciidoc[] | ||
|
||
include::kubernetes/system.asciidoc[] | ||
|
||
include::kubernetes/volume.asciidoc[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//// | ||
This file is generated! See scripts/docs_collector.py | ||
//// | ||
|
||
[[metricbeat-metricset-kubernetes-container]] | ||
include::../../../module/kubernetes/container/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-kubernetes,exported fields>> section. | ||
|
||
Here is an example document generated by this metricset: | ||
|
||
[source,json] | ||
---- | ||
include::../../../module/kubernetes/container/_meta/data.json[] | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//// | ||
This file is generated! See scripts/docs_collector.py | ||
//// | ||
|
||
[[metricbeat-metricset-kubernetes-system]] | ||
include::../../../module/kubernetes/system/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-kubernetes,exported fields>> section. | ||
|
||
Here is an example document generated by this metricset: | ||
|
||
[source,json] | ||
---- | ||
include::../../../module/kubernetes/system/_meta/data.json[] | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//// | ||
This file is generated! See scripts/docs_collector.py | ||
//// | ||
|
||
[[metricbeat-metricset-kubernetes-volume]] | ||
include::../../../module/kubernetes/volume/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-kubernetes,exported fields>> section. | ||
|
||
Here is an example document generated by this metricset: | ||
|
||
[source,json] | ||
---- | ||
include::../../../module/kubernetes/volume/_meta/data.json[] | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...cbeat/module/kubelet/_meta/kibana/visualization/022a54c0-2bf5-11e7-859b-f78b612cde28.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...cbeat/module/kubelet/_meta/kibana/visualization/16fa4470-2bfd-11e7-859b-f78b612cde28.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...cbeat/module/kubelet/_meta/kibana/visualization/44f12b40-2bf4-11e7-859b-f78b612cde28.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...cbeat/module/kubelet/_meta/kibana/visualization/cd059410-2bfb-11e7-859b-f78b612cde28.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.