Skip to content

Commit 7ca0822

Browse files
committed
Update docs
1 parent 377f51d commit 7ca0822

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

libbeat/docs/shared-autodiscover.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ endif::[]
241241
either take `node` or `cluster` as values. `node` scope allows discovery of resources in
242242
the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources
243243
can be discovered at node scope.
244+
`workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
244245
`add_resource_metadata`:: (Optional) Specify labels and annotations filters for the extra metadata coming from Node and Namespace.
245246
`add_resource_metadata` can be done for `node` or `namespace`. By default all labels will be included
246247
while annotations are not added by default. This settings are useful when labels' and annotations'

libbeat/processors/add_kubernetes_metadata/docs/add_kubernetes_metadata.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@ client. It defaults to `KUBECONFIG` environment variable if present.
141141
`cleanup_timeout`:: (Optional) Specify the time of inactivity before stopping the
142142
running configuration for a container. This is `60s` by default.
143143
`sync_period`:: (Optional) Specify the timeout for listing historical resources.
144+
`workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
144145
`default_indexers.enabled`:: (Optional) Enable or disable default pod indexers when you want to specify your own.
145146
`default_matchers.enabled`:: (Optional) Enable or disable default pod matchers when you want to specify your own.

0 commit comments

Comments
 (0)