MsearchTool
Execute multiple search operations in a single request to improve efficiency on OpenSearch clusters.
Instructions
Allows to execute several search operations in one request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body as NDJSON format: alternating lines of header and query objects ending with \n. Alternatively, pass a JSON array [header, query, header, query, ...] and the tool will convert it to NDJSON for you. | |
| index | No |