From bcb1485ee9a20455cddcdc88f9da99c54fbf326b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Fri, 19 Jul 2019 15:16:57 -0400 Subject: [PATCH] [DOCS] Update anchors and links for Elasticserach API relocation. (#41372) --- docs/dev-tools/searchprofiler/getting-started.asciidoc | 2 +- docs/dev-tools/searchprofiler/more-complicated.asciidoc | 2 +- docs/management/advanced-options.asciidoc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev-tools/searchprofiler/getting-started.asciidoc b/docs/dev-tools/searchprofiler/getting-started.asciidoc index fdac188c2855a..2360e4c28ff15 100644 --- a/docs/dev-tools/searchprofiler/getting-started.asciidoc +++ b/docs/dev-tools/searchprofiler/getting-started.asciidoc @@ -31,7 +31,7 @@ indices and shards, it doesn't necessarily represent the actual physical query t You can select the name of the shard and then click *View details* to see more profiling information, including details about the query component(s) that ran on the shard, as well as the timing -breakdown of low-level Lucene methods. For more information, see {ref}/search-profile-queries.html[Profiling queries]. +breakdown of low-level Lucene methods. For more information, see {ref}/search-profile.html#profiling-queries[Profiling queries]. [float] === Index and type filtering diff --git a/docs/dev-tools/searchprofiler/more-complicated.asciidoc b/docs/dev-tools/searchprofiler/more-complicated.asciidoc index ea786938b24eb..bd74a1095083f 100644 --- a/docs/dev-tools/searchprofiler/more-complicated.asciidoc +++ b/docs/dev-tools/searchprofiler/more-complicated.asciidoc @@ -101,4 +101,4 @@ image::dev-tools/searchprofiler/images/gs10.png["Drilling into the first shard's For more information about how the {searchprofiler} works, how timings are calculated, and how to interpret various results, see -{ref}/search-profile-queries.html[Profiling queries]. +{ref}/search-profile.html#profiling-queries[Profiling queries]. diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 403718083e012..1d6020e02dcc6 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -81,7 +81,7 @@ Choices are <>, a language built specifically for {kib}, and t query syntax>>. `shortDots:enable`:: Set this property to `true` to shorten long field names in visualizations. For example, show `f.b.baz` instead of `foo.bar.baz`. -`sort:options`:: Options for the Elasticsearch {ref}/search-request-sort.html[sort] parameter. +`sort:options`:: Options for the Elasticsearch {ref}/search-request-body.html#request-body-search-sort[sort] parameter. `state:storeInSessionStorage`:: [experimental] Kibana tracks UI state in the URL, which can lead to problems when there is a lot of state information, and the URL gets very long. @@ -182,7 +182,7 @@ Refresh the page to apply the changes. === Search settings [horizontal] -`courier:customRequestPreference`:: {ref}/search-request-preference.html[Request preference] +`courier:customRequestPreference`:: {ref}/search-request-body.html#request-body-search-preference[Request preference] to use when `courier:setRequestPreference` is set to "custom". `courier:ignoreFilterIfFieldNotInIndex`:: Skips filters that apply to fields that don't exist in the index for a visualization. Useful when dashboards consist of visualizations from multiple index patterns.