From 892f0d5848fcd9a10b851934316b8e139d7da127 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 3 Mar 2020 10:28:54 -0800 Subject: [PATCH] [DOCS] Adds link in datafeed indices_options (#53067) --- docs/reference/ml/ml-shared.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/ml/ml-shared.asciidoc b/docs/reference/ml/ml-shared.asciidoc index dd368974394..09c90ce2482 100644 --- a/docs/reference/ml/ml-shared.asciidoc +++ b/docs/reference/ml/ml-shared.asciidoc @@ -760,7 +760,9 @@ not be set to `false` on any {ml} nodes. end::indices[] tag::indices-options[] -Object specifying index expansion options used during search. +Specifies index expansion options that are used during search. ++ +-- For example: ``` { @@ -770,6 +772,8 @@ For example: "ignore_throttled": true } ``` +For more information about these options, see <>. +-- end::indices-options[] tag::influencers[]