Skip to content

Commit 521e0a3

Browse files
authored
Fix docs URLs to use '8.0' instead of 'master'
1 parent 8545937 commit 521e0a3

File tree

2 files changed

+211
-211
lines changed

2 files changed

+211
-211
lines changed

docs/observability.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ child.search({
377377
To improve observability, the client offers an easy way to configure the
378378
`X-Opaque-Id` header. If you set the `X-Opaque-Id` in a specific request, this
379379
allows you to discover this identifier in the
380-
https://www.elastic.co/guide/en/elasticsearch/reference/master/logging.html#deprecation-logging[deprecation logs],
381-
helps you with https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-slowlog.html#_identifying_search_slow_log_origin[identifying search slow log origin]
382-
as well as https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html#_identifying_running_tasks[identifying running tasks].
380+
https://www.elastic.co/guide/en/elasticsearch/reference/8.0/logging.html#deprecation-logging[deprecation logs],
381+
helps you with https://www.elastic.co/guide/en/elasticsearch/reference/8.0/index-modules-slowlog.html#_identifying_search_slow_log_origin[identifying search slow log origin]
382+
as well as https://www.elastic.co/guide/en/elasticsearch/reference/8.0/tasks.html#_identifying_running_tasks[identifying running tasks].
383383

384384
The `X-Opaque-Id` should be configured in each request, for doing that you can
385385
use the `opaqueId` option, as you can see in the following example. The

0 commit comments

Comments
 (0)