Skip to content

Commit a509056

Browse files
committed
Merge branch 'master' of github.com:elastic/elasticsearch into zendisco2
2 parents 7cb6e63 + e1aa6e2 commit a509056

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/cluster/nodes-usage.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GET _nodes/nodeId1,nodeId2/usage
1414
--------------------------------------------------
1515
// CONSOLE
1616
// TEST[setup:node]
17-
// TEST[s/nodeId1,nodeId2/\$node_name/]
17+
// TEST[s/nodeId1,nodeId2/*/]
1818

1919
The first command retrieves usage of all the nodes in the cluster. The
2020
second command selectively retrieves nodes usage of only `nodeId1` and
@@ -25,8 +25,8 @@ second command selectively retrieves nodes usage of only `nodeId1` and
2525
[[rest-usage]]
2626
==== REST actions usage information
2727

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
3030
been called on the node:
3131

3232
[source,js]
@@ -59,6 +59,6 @@ been called on the node:
5959
// TESTRESPONSE[s/1492553906606/$body.$_path/]
6060
// TESTRESPONSE[s/"rest_actions": [^}]+}/"rest_actions": $body.$_path/]
6161
<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
6363
equivalent to the time that the node was started.
6464
<3> Search action has been called 19 times for this node.

0 commit comments

Comments
 (0)