From 9d1f9c046ff83f244c68cc4d89e6d35259c88aba Mon Sep 17 00:00:00 2001 From: Peter Deng Date: Tue, 13 Oct 2020 14:59:12 +0800 Subject: [PATCH] Update shared-autodiscover.asciidoc add descriptions for default values of `labels.dedot` and `annotations.dedot` --- 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 c7993c29bef5..19cff2fbd359 100644 --- a/libbeat/docs/shared-autodiscover.asciidoc +++ b/libbeat/docs/shared-autodiscover.asciidoc @@ -171,9 +171,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: