Skip to content

Commit 04634af

Browse files
authored
Update all docs refs to 'current' instead of 'master'
1 parent f79f4e8 commit 04634af

File tree

2 files changed

+139
-143
lines changed

2 files changed

+139
-143
lines changed

docs/observability.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ request: {
155155
The event order is described in the following graph, in some edge cases, the
156156
order is not guaranteed.
157157
You can find in
158-
https://github.com/elastic/elasticsearch-js/blob/master/test/acceptance/events-order.test.js[`test/acceptance/events-order.test.js`]
158+
https://github.com/elastic/elasticsearch-js/blob/main/test/acceptance/events-order.test.js[`test/acceptance/events-order.test.js`]
159159
how the order changes based on the situation.
160160

161161
[source]
@@ -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/current/logging.html#deprecation-logging[deprecation logs],
381+
helps you with https://www.elastic.co/guide/en/elasticsearch/reference/current/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/current/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)