From 5e5eb7bc081ddde80305f8152f3b6643bdb3c20b Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 16 Dec 2020 11:40:03 -0500 Subject: [PATCH] [DOCS] Fix formatting (#66450) (#66455) --- docs/reference/cluster/nodes-info.asciidoc | 56 +++++++++++----------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/reference/cluster/nodes-info.asciidoc b/docs/reference/cluster/nodes-info.asciidoc index c6113dc0efc..35df1cc330d 100644 --- a/docs/reference/cluster/nodes-info.asciidoc +++ b/docs/reference/cluster/nodes-info.asciidoc @@ -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. - +[role="child_attributes"] [[cluster-nodes-info-api-path-params]] ==== {api-path-parms-title} ``:: - (Optional, string) Limits the information returned to the specific metrics. - A comma-separated list of the following options: +(Optional, string) +Limits the information returned to the specific metrics. Supports a +comma-separated list, such as `http,ingest`. + --- - - +[%collapsible%open] +.Valid values for `` +==== `http`:: - HTTP connection information. +HTTP connection information. `ingest`:: - Statistics about ingest preprocessing. +Statistics about ingest preprocessing. `jvm`:: - JVM stats, memory pool information, garbage collection, buffer pools, number - of loaded/unloaded classes. +JVM stats, memory pool information, garbage collection, buffer pools, number of +loaded/unloaded classes. `os`:: - Operating system stats, load average, mem, swap. +Operating system stats, load average, mem, swap. `plugins`:: - Details about the installed plugins and modules per node. The following - information are available for each plugin and module: + ---- - * `name`: plugin name - * `version`: version of Elasticsearch the plugin was built for - * `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 ---- +-- +Details about the installed plugins and modules per node. The following +information is available for each plugin and module: + +* `name`: plugin name +* `version`: version of Elasticsearch the plugin was built for +* `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 statistics, memory consumption, cpu usage, open file descriptors. +Process statistics, memory consumption, cpu usage, open file descriptors. `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`:: - Statistics about each thread pool, including current size, queue and - rejected tasks +Statistics about each thread pool, including current size, queue and rejected +tasks `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]