From 60d0c516aa233c4fcd629a616feacb8b5e52ca6e Mon Sep 17 00:00:00 2001 From: Steffen Siering Date: Fri, 8 Sep 2017 11:58:56 +0200 Subject: [PATCH] Add missing link texts to fields references (#4919) --- heartbeat/docs/heartbeat-options.asciidoc | 2 +- packetbeat/docs/packetbeat-options.asciidoc | 4 ++-- winlogbeat/docs/winlogbeat-options.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/heartbeat/docs/heartbeat-options.asciidoc b/heartbeat/docs/heartbeat-options.asciidoc index afd22133914..6c98d7ef759 100644 --- a/heartbeat/docs/heartbeat-options.asciidoc +++ b/heartbeat/docs/heartbeat-options.asciidoc @@ -139,7 +139,7 @@ will be overwritten by the value declared here. [[monitor-fields-under-root]] ==== `fields_under_root` -If this option is set to true, the custom <> +If this option is set to true, the custom <> are stored as top-level fields in the output document instead of being grouped under a `fields` sub-dictionary. If the custom field names conflict with other field names added by Heartbeat, then the custom fields overwrite the other diff --git a/packetbeat/docs/packetbeat-options.asciidoc b/packetbeat/docs/packetbeat-options.asciidoc index c5565e7ee9d..3c671e85296 100644 --- a/packetbeat/docs/packetbeat-options.asciidoc +++ b/packetbeat/docs/packetbeat-options.asciidoc @@ -369,7 +369,7 @@ will be overwritten by the value declared here. [float] ==== `fields_under_root` -If this option is set to true, the custom <> +If this option is set to true, the custom <> are stored as top-level fields in the output document instead of being grouped under a `fields` sub-dictionary. If the custom field names conflict with other field names added by Packetbeat, then the custom fields overwrite the other @@ -514,7 +514,7 @@ packetbeat.protocols: [[packetbeat-fields-under-root]] ==== `fields_under_root` -If this option is set to true, the custom <> +If this option is set to true, the custom <> are stored as top-level fields in the output document instead of being grouped under a `fields` sub-dictionary. If the custom field names conflict with other field names added by Packetbeat, then the custom fields overwrite the other diff --git a/winlogbeat/docs/winlogbeat-options.asciidoc b/winlogbeat/docs/winlogbeat-options.asciidoc index 406d5adca54..9c80a4ce029 100644 --- a/winlogbeat/docs/winlogbeat-options.asciidoc +++ b/winlogbeat/docs/winlogbeat-options.asciidoc @@ -335,7 +335,7 @@ winlogbeat.event_logs: [float] ==== `event_logs.fields_under_root` -If this option is set to true, the custom <> +If this option is set to true, the custom <> are stored as top-level fields in the output document instead of being grouped under a `fields` sub-dictionary. If the custom field names conflict with other field names added by Winlogbeat, then the custom fields overwrite the other