Skip to content

Commit d59d7f6

Browse files
lcawlgeekpete
authored andcommitted
[DOCS] Fixes broken links
1 parent 8ff9c10 commit d59d7f6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/reference/how-to/search-speed.asciidoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,14 @@ of the node containing each copy of the shard. This can improve query throughput
411411
and reduce latency for search-heavy applications.
412412

413413
=== Tune your queries with the Profile API
414-
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-profile.html
415-
:ref-searchprofiler: https://www.elastic.co/guide/en/kibana/current/xpack-profiler.html
416414

417-
You can also analyse how expensive each component of your queries and aggregations are using the {ref}[Profile API].
418-
This might allow you to tune your queries to be less expensive, resulting in a positive performance result and reduced load.
419-
Also note that Profile API payloads can be easily visualised for better readability in the {ref-searchprofiler}[Search Profiler], which is a Kibana dev tools UI available in all X-Pack licenses, including the free X-Pack Basic license.
415+
You can also analyse how expensive each component of your queries and
416+
aggregations are using the {ref}/search-profile.html[Profile API]. This might
417+
allow you to tune your queries to be less expensive, resulting in a positive
418+
performance result and reduced load. Also note that Profile API payloads can be
419+
easily visualised for better readability in the
420+
{kibana-ref}/xpack-profiler.html[Search Profiler], which is a Kibana dev tools
421+
UI available in all X-Pack licenses, including the free X-Pack Basic license.
420422

421423
Some caveats to the Profile API are that:
422424

0 commit comments

Comments
 (0)