From cd565c24480db0d10282a58c32998eadbcfd324f Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Tue, 27 Oct 2020 13:40:42 -0600 Subject: [PATCH] Update shared-autodiscover.asciidoc (#21827) (#22202) add descriptions for default values of `labels.dedot` and `annotations.dedot` (cherry picked from commit 601c3237488bfa6bfe6b186e5aa98f4a707c0417) Co-authored-by: Peter Deng --- libbeat/docs/shared-autodiscover.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libbeat/docs/shared-autodiscover.asciidoc b/libbeat/docs/shared-autodiscover.asciidoc index 935005a793b1..50fcbb3e5515 100644 --- a/libbeat/docs/shared-autodiscover.asciidoc +++ b/libbeat/docs/shared-autodiscover.asciidoc @@ -170,9 +170,10 @@ If the `exclude_labels` config is added to the provider config, then the list of will be excluded from the event. if the `labels.dedot` config is set to be `true` in the provider config, then `.` in labels will be replaced with `_`. +By default it is `true`. if the `annotations.dedot` config is set to be `true` in the provider config, then `.` in annotations will be replaced -with `_`. +with `_`. By default it is `true`. For example: