diff --git a/metricbeat/docs/modules/kubernetes.asciidoc b/metricbeat/docs/modules/kubernetes.asciidoc index db08962fc77..ceae7f80692 100644 --- a/metricbeat/docs/modules/kubernetes.asciidoc +++ b/metricbeat/docs/modules/kubernetes.asciidoc @@ -295,11 +295,11 @@ metricbeat.modules: # When used outside the cluster: #node: node_name - # Set the namespace to add metadata + # Set the namespace to watch for resources #namespace: staging # To configure additionally node and namespace metadata `add_resource_metadata` can be defined. - # By default, all labels will be included while annotations are not added by default. + # By default all labels will be included while annotations are not added by default. # add_resource_metadata: # namespace: # include_labels: ["namespacelabel1"] @@ -326,7 +326,7 @@ metricbeat.modules: # If kube_config is not set, KUBECONFIG environment variable will be checked # and if not present it will fall back to InCluster #kube_config: ~/.kube/config - # Set the namespace to add metadata + # Set the namespace to watch for events #namespace: staging # Set the sync period of the watchers #sync_period: 10m