More feedback

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-05-18 13:00:47 -05:00
parent 6b2042745e
commit 03807527eb
2 changed files with 7 additions and 7 deletions

View File

@ -29,8 +29,8 @@ You can include the following URL parameters in your request. All parameters are
Parameter | Type | Description
:--- |:----------| :---
nodeId | String | A comma-separated list of nodeIds to filter results. Supports [node filters](../index/#node-filters). Defaults to `_all`.
snapshots | Integer | Number of samples of thread stacktraces.Defaults to `10`.
nodeId | String | A comma-separated list of node IDs to filter results. Supports [node filters](../index/#node-filters). Defaults to `_all`.
snapshots | Integer | Number of samples of thread stacktraces. Defaults to `10`.
interval | TimeValue | Interval between consecutive samples. Defaults to `500ms`.
threads | Integer | A number of top busiest threads to return information about. Defaults to `3`.
ignore_idle_threads | Boolean | Dont show threads that are in known-idle states, such as waiting on a socket select or pulling from an empty task queue. Defaults to `true`.

View File

@ -56,15 +56,15 @@ The following are listed for all available metric groups:
Metric | Description
:--- |:----
`settings` | A node settings. This is combination of the default settings, custom settings from [configuration file](../../../configuration/#configuration-file) and dynamically [updated settings](../../../configuration/#update-cluster-settings-using-the-api).
`os` | Static information about host os, including version, processor architecture and available/allocated processors.
`process` | Contains process id.
`settings` | A node's settings. This is combination of the default settings, custom settings from [configuration file](../../../configuration/#configuration-file) and dynamically [updated settings](../../../configuration/#update-cluster-settings-using-the-api).
`os` | Static information about the host OS, including version, processor architecture and available/allocated processors.
`process` | Contains process OD.
`jvm` | Detailed static information about running JVM, including arguments.
`thread_pool` | Configured options for all individual thread pools (type, size ... etc).
`thread_pool` | Configured options for all individual thread pools.
`transport` | Mostly static information about transport layer.
`http` | Mostly static information about http layer.
`plugins` | Information about installed plugins and modules.
`ingest` | Information about ingets pipelines and available ingest processors.
`ingest` | Information about ingest pipelines and available ingest processors.
`aggregations` | Information about available [aggregations](../../../aggregations).
`indices` | Static index settings configured at the node level.