search_documents
Search Elasticsearch documents by specifying the index name and a query body, with an optional cluster parameter to target non-default clusters, enabling targeted retrieval of relevant data for analysis and decision-making.
Instructions
Search for documents.
Args: index: Name of the index body: Search query cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| index | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||