You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values of `result` in `serialization`, `request`, `deserialization`, `response` and `sniff` will be:
108
+
The values of `result` in `serialization`, `request`, `deserialization`,
109
+
`response` and `sniff` are:
109
110
110
111
[source,ts]
111
112
----
@@ -132,7 +133,7 @@ meta: {
132
133
----
133
134
134
135
135
-
While the `result` value in `resurrect` will be:
136
+
While the `result` value in `resurrect` is:
136
137
137
138
[source,ts]
138
139
----
@@ -146,10 +147,13 @@ request: {
146
147
----
147
148
148
149
[discrete]
149
-
==== Events order
150
+
===== Events order
150
151
151
-
The event order is described in the following graph, in some edge cases, the order is not guaranteed.
152
-
You can find in https://github.com/elastic/elasticsearch-js/blob/master/test/acceptance/events-order.test.js[`test/acceptance/events-order.test.js`] how the order changes based on the situation.
152
+
The event order is described in the following graph, in some edge cases, the
help 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]
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]
378
382
as well as https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html#_identifying_running_tasks[identifying running tasks].
379
383
380
384
The `X-Opaque-Id` should be configured in each request, for doing that you can
0 commit comments