From b3d653058a4fe592a45170fe28a38628fc29d7fa Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Tue, 28 Oct 2025 12:25:23 -0400 Subject: [PATCH] Add search_pipelines to nodes info API Signed-off-by: Fanit Kolchina --- _api-reference/nodes-apis/nodes-info.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_api-reference/nodes-apis/nodes-info.md b/_api-reference/nodes-apis/nodes-info.md index f06c7a19168..6c5fddd0616 100644 --- a/_api-reference/nodes-apis/nodes-info.md +++ b/_api-reference/nodes-apis/nodes-info.md @@ -52,6 +52,7 @@ transport | Mostly static information about the transport layer. http | Mostly static information about the HTTP layer. plugins | Information about installed plugins and modules. ingest | Information about ingest pipelines and available ingest processors. +search_pipelines | Information about search pipelines configured on the node. aggregations | Information about available [aggregations]({{site.url}}{{site.baseurl}}/opensearch/aggregations). indices | Static index settings configured at the node level. @@ -189,6 +190,7 @@ http | Information about the HTTP address, including bound address, publish addr plugins | Information about the installed plugins, including name, version, OpenSearch version, Java version, description, class name, custom folder name, a list of extended plugins, and `has_native_controller`, which specifies whether the plugin has a native controller process. modules | Information about the modules, including name, version, OpenSearch version, Java version, description, class name, custom folder name, a list of extended plugins, and `has_native_controller`, which specifies whether the plugin has a native controller process. Modules are different from plugins because modules are loaded into OpenSearch automatically, while plugins have to be installed manually. ingest | Information about ingest pipelines and processors. +search_pipelines | Information about search pipelines configured on the node. aggregations | Information about the available aggregation types.