From 03807527ebbb7702ee887155ae63dd353f1c74cc Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Wed, 18 May 2022 13:00:47 -0500 Subject: [PATCH] More feedback Signed-off-by: Naarcha-AWS --- _opensearch/rest-api/nodes-apis/nodes-hot-threads.md | 4 ++-- _opensearch/rest-api/nodes-apis/nodes-info.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_opensearch/rest-api/nodes-apis/nodes-hot-threads.md b/_opensearch/rest-api/nodes-apis/nodes-hot-threads.md index cfae8a4d..08011b56 100644 --- a/_opensearch/rest-api/nodes-apis/nodes-hot-threads.md +++ b/_opensearch/rest-api/nodes-apis/nodes-hot-threads.md @@ -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 | Don’t 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`. diff --git a/_opensearch/rest-api/nodes-apis/nodes-info.md b/_opensearch/rest-api/nodes-apis/nodes-info.md index 8c7f6712..a0d2c997 100644 --- a/_opensearch/rest-api/nodes-apis/nodes-info.md +++ b/_opensearch/rest-api/nodes-apis/nodes-info.md @@ -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.