get_mapping
Retrieve field names, data types, and searchable/aggregatable flags for any Kibana index pattern, enabling schema inspection before querying Elasticsearch logs.
Instructions
Get field names and types for an index pattern via Kibana. Shows field names, types, and whether they are searchable/aggregatable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index pattern, e.g., "logs-my-service*" or "filebeat-*" |