Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vjsamuel committed Oct 19, 2021
1 parent 377f51d commit 7ca0822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/docs/shared-autodiscover.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ endif::[]
either take `node` or `cluster` as values. `node` scope allows discovery of resources in
the specified node. `cluster` scope allows cluster wide discovery. Only `pod` and `node` resources
can be discovered at node scope.
`workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
`add_resource_metadata`:: (Optional) Specify labels and annotations filters for the extra metadata coming from Node and Namespace.
`add_resource_metadata` can be done for `node` or `namespace`. By default all labels will be included
while annotations are not added by default. This settings are useful when labels' and annotations'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@ client. It defaults to `KUBECONFIG` environment variable if present.
`cleanup_timeout`:: (Optional) Specify the time of inactivity before stopping the
running configuration for a container. This is `60s` by default.
`sync_period`:: (Optional) Specify the timeout for listing historical resources.
`workers`:: (Optional) The number of parallel instances that should process Kubernetes watch events. The default is 1.
`default_indexers.enabled`:: (Optional) Enable or disable default pod indexers when you want to specify your own.
`default_matchers.enabled`:: (Optional) Enable or disable default pod matchers when you want to specify your own.

0 comments on commit 7ca0822

Please sign in to comment.