2019-08-02 08:42:33 -04:00
|
|
|
|
2019-08-05 11:17:37 -04:00
|
|
|
tag::bytes[]
|
|
|
|
`bytes`::
|
|
|
|
(Optional, <<byte-units,byte size units>>) Unit used to display byte values.
|
|
|
|
end::bytes[]
|
|
|
|
|
2019-08-05 08:27:15 -04:00
|
|
|
tag::cat-h[]
|
2019-08-07 09:31:07 -04:00
|
|
|
`h`::
|
2019-08-05 08:27:15 -04:00
|
|
|
(Optional, string) Comma-separated list of column names to display.
|
|
|
|
end::cat-h[]
|
|
|
|
|
|
|
|
tag::help[]
|
|
|
|
`help`::
|
|
|
|
(Optional, boolean) If `true`, the response returns help information. Defaults
|
|
|
|
to `false`.
|
|
|
|
end::help[]
|
|
|
|
|
|
|
|
tag::http-format[]
|
|
|
|
`format`::
|
|
|
|
(Optional, string) Short version of the
|
|
|
|
https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html[HTTP accept header].
|
|
|
|
Valid values include JSON, YAML, etc.
|
|
|
|
end::http-format[]
|
|
|
|
|
2019-08-07 09:08:09 -04:00
|
|
|
tag::include-unloaded-segments[]
|
|
|
|
`include_unloaded_segments`::
|
|
|
|
(Optional, boolean) If `true`, the response includes information from segments
|
|
|
|
that are **not** loaded into memory. Defaults to `false`.
|
|
|
|
end::include-unloaded-segments[]
|
|
|
|
|
2019-08-06 08:36:22 -04:00
|
|
|
tag::index[]
|
|
|
|
`{index}`::
|
2019-08-07 09:08:09 -04:00
|
|
|
(Optional, string) Comma-separated list or wildcard expression of index names
|
|
|
|
used to limit the request.
|
2019-08-06 08:36:22 -04:00
|
|
|
end::index[]
|
|
|
|
|
2019-08-05 08:27:15 -04:00
|
|
|
tag::local[]
|
|
|
|
`local`::
|
|
|
|
(Optional, boolean) If `true`, the request retrieves information from the local
|
|
|
|
node only. Defaults to `false`, which means information is retrieved from
|
|
|
|
the master node.
|
|
|
|
end::local[]
|
|
|
|
|
|
|
|
tag::name[]
|
|
|
|
`{name}`::
|
|
|
|
(Optional, string) Comma-separated list of alias names to return.
|
|
|
|
end::name[]
|
|
|
|
|
2019-08-05 11:17:37 -04:00
|
|
|
tag::node-id[]
|
|
|
|
`{node_id}`::
|
|
|
|
(Optional, string) Comma-separated list of node IDs or names used to limit
|
|
|
|
returned information.
|
|
|
|
end::node-id[]
|
|
|
|
|
2019-08-05 08:27:15 -04:00
|
|
|
tag::cat-s[]
|
2019-08-07 09:31:07 -04:00
|
|
|
`s`::
|
2019-08-05 08:27:15 -04:00
|
|
|
(Optional, string) Comma-separated list of column names or column aliases used
|
|
|
|
to sort the response.
|
|
|
|
end::cat-s[]
|
|
|
|
|
|
|
|
tag::cat-v[]
|
2019-08-07 09:31:07 -04:00
|
|
|
`v`::
|
2019-08-05 08:27:15 -04:00
|
|
|
(Optional, boolean) If `true`, the response includes column headings. Defaults
|
|
|
|
to `false`.
|
|
|
|
end::cat-v[]
|
|
|
|
|
2019-08-02 08:42:33 -04:00
|
|
|
tag::timeoutparms[]
|
2019-08-05 08:27:15 -04:00
|
|
|
|
2019-08-02 08:42:33 -04:00
|
|
|
`timeout`::
|
|
|
|
(Optional, <<time-units, time units>>) Specifies the period of time to wait for
|
|
|
|
a response. If no response is received before the timeout expires, the request
|
|
|
|
fails and returns an error. Defaults to `30s`.
|
|
|
|
|
2019-08-05 08:27:15 -04:00
|
|
|
tag::master-timeout[]
|
2019-08-02 08:42:33 -04:00
|
|
|
`master_timeout`::
|
|
|
|
(Optional, <<time-units, time units>>) Specifies the period of time to wait for
|
|
|
|
a connection to the master node. If no response is received before the timeout
|
|
|
|
expires, the request fails and returns an error. Defaults to `30s`.
|
2019-08-05 08:27:15 -04:00
|
|
|
end::master-timeout[]
|
|
|
|
|
2019-08-02 08:42:33 -04:00
|
|
|
end::timeoutparms[]
|