mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[DOCS] Fix links to search profiling (#27501)
This commit is contained in:
parent
14bf38e697
commit
e65ad31de7
2 changed files with 3 additions and 3 deletions
|
@ -69,4 +69,4 @@ a row, the Search Profiler displays additional information about the query compo
|
||||||
image::dev-tools/searchprofiler/images/gs6.png["Profile details for the first shard"]
|
image::dev-tools/searchprofiler/images/gs6.png["Profile details for the first shard"]
|
||||||
+
|
+
|
||||||
This panel shows the timing breakdown of low-level Lucene methods. For more information,
|
This panel shows the timing breakdown of low-level Lucene methods. For more information,
|
||||||
see the reference docs for {ref}/_profiling_queries.html#_timing_breakdown[Timing Breakdown].
|
see the reference docs for timing breakdowns in {ref}/search-profile-queries.html[Profiling queries].
|
||||||
|
|
|
@ -119,5 +119,5 @@ Click a shard's Expand button to view the aggregation details. Hover over an
|
||||||
aggregation row to view the timing breakdown.
|
aggregation row to view the timing breakdown.
|
||||||
|
|
||||||
For more information about how the Search Profiler works, how timings are calculated, and
|
For more information about how the Search Profiler works, how timings are calculated, and
|
||||||
how to interpret various results, see the
|
how to interpret various results, see
|
||||||
{ref}/_profiling_queries.html[Profile Reference Documentation]
|
{ref}/search-profile-queries.html[Profiling queries].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue