surfmeter_search_measurements
Search and aggregate measurement data using Elasticsearch Query DSL. Filter results with server-side aggregations and exact text matching for precise analysis.
Instructions
Search and aggregate measurement documents with Elasticsearch Query DSL. Prefer filters and aggregations server-side; use .keyword for exact text fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Elasticsearch Query DSL object (preferred) or JSON string. Use .keyword for exact text matching. | |
| from | No | ||
| size | No | ||
| scroll | No | Optional Elasticsearch scroll timeout such as 1m | |
| index_scope | No | Limit the search to one measurement index family | |
| source_only | No | ||
| search_after | No |