File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GET _nodes/nodeId1,nodeId2/usage
14
14
--------------------------------------------------
15
15
// CONSOLE
16
16
// TEST[setup:node]
17
- // TEST[s/nodeId1,nodeId2/\$node_name /]
17
+ // TEST[s/nodeId1,nodeId2/* /]
18
18
19
19
The first command retrieves usage of all the nodes in the cluster. The
20
20
second command selectively retrieves nodes usage of only `nodeId1` and
@@ -25,8 +25,8 @@ second command selectively retrieves nodes usage of only `nodeId1` and
25
25
[[rest-usage]]
26
26
==== REST actions usage information
27
27
28
- The `rest_actions` field in the response contains a map of the REST
29
- actions classname with a count of the number of times that action has
28
+ The `rest_actions` field in the response contains a map of the REST
29
+ actions classname with a count of the number of times that action has
30
30
been called on the node:
31
31
32
32
[source,js]
@@ -59,6 +59,6 @@ been called on the node:
59
59
// TESTRESPONSE[s/1492553906606/$body.$_path/]
60
60
// TESTRESPONSE[s/"rest_actions": [^}]+}/"rest_actions": $body.$_path/]
61
61
<1> Timestamp for when this nodes usage request was performed.
62
- <2> Timestamp for when the usage information recording was started. This is
62
+ <2> Timestamp for when the usage information recording was started. This is
63
63
equivalent to the time that the node was started.
64
64
<3> Search action has been called 19 times for this node.
You can’t perform that action at this time.
0 commit comments