[DOCS] Fix formatting (#66450) (#66455)

This commit is contained in:
James Rodewig 2020-12-16 11:40:03 -05:00 committed by GitHub
parent a3757ab43e
commit 5e5eb7bc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 27 deletions

View File

@ -28,56 +28,58 @@ the cluster nodes information. All the nodes selective options are explained
By default, it returns all attributes and core settings for a node. By default, it returns all attributes and core settings for a node.
[role="child_attributes"]
[[cluster-nodes-info-api-path-params]] [[cluster-nodes-info-api-path-params]]
==== {api-path-parms-title} ==== {api-path-parms-title}
`<metric>`:: `<metric>`::
(Optional, string) Limits the information returned to the specific metrics. (Optional, string)
A comma-separated list of the following options: Limits the information returned to the specific metrics. Supports a
comma-separated list, such as `http,ingest`.
+ +
-- [%collapsible%open]
.Valid values for `<metric>`
====
`http`:: `http`::
HTTP connection information. HTTP connection information.
`ingest`:: `ingest`::
Statistics about ingest preprocessing. Statistics about ingest preprocessing.
`jvm`:: `jvm`::
JVM stats, memory pool information, garbage collection, buffer pools, number JVM stats, memory pool information, garbage collection, buffer pools, number of
of loaded/unloaded classes. loaded/unloaded classes.
`os`:: `os`::
Operating system stats, load average, mem, swap. Operating system stats, load average, mem, swap.
`plugins`:: `plugins`::
Details about the installed plugins and modules per node. The following
information are available for each plugin and module:
+ +
--- --
* `name`: plugin name Details about the installed plugins and modules per node. The following
* `version`: version of Elasticsearch the plugin was built for information is available for each plugin and module:
* `description`: short description of the plugin's purpose
* `classname`: fully-qualified class name of the plugin's entry point * `name`: plugin name
* `has_native_controller`: whether or not the plugin has a native controller * `version`: version of Elasticsearch the plugin was built for
process * `description`: short description of the plugin's purpose
--- * `classname`: fully-qualified class name of the plugin's entry point
* `has_native_controller`: whether or not the plugin has a native controller
process
--
`process`:: `process`::
Process statistics, memory consumption, cpu usage, open file descriptors. Process statistics, memory consumption, cpu usage, open file descriptors.
`settings`:: `settings`::
Lists all node settings in use as defined in the `elasticsearch.yml` file. Lists all node settings in use as defined in the `elasticsearch.yml` file.
`thread_pool`:: `thread_pool`::
Statistics about each thread pool, including current size, queue and Statistics about each thread pool, including current size, queue and rejected
rejected tasks tasks
`transport`:: `transport`::
Transport statistics about sent and received bytes in cluster communication. Transport statistics about sent and received bytes in cluster communication.
-- ====
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=node-id] include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=node-id]