Skip to content

Commit 4a175c8

Browse files
Add search_pipelines to nodes info API (#11438) (#11440)
1 parent a15775a commit 4a175c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_api-reference/nodes-apis/nodes-info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ transport | Mostly static information about the transport layer.
5252
http | Mostly static information about the HTTP layer.
5353
plugins | Information about installed plugins and modules.
5454
ingest | Information about ingest pipelines and available ingest processors.
55+
search_pipelines | Information about search pipelines configured on the node.
5556
aggregations | Information about available [aggregations]({{site.url}}{{site.baseurl}}/opensearch/aggregations).
5657
indices | Static index settings configured at the node level.
5758

@@ -189,6 +190,7 @@ http | Information about the HTTP address, including bound address, publish addr
189190
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.
190191
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.
191192
ingest | Information about ingest pipelines and processors.
193+
search_pipelines | Information about search pipelines configured on the node.
192194
aggregations | Information about the available aggregation types.
193195

194196

0 commit comments

Comments
 (0)