es_index_stats
Retrieve document count, store size, and segment statistics for a specific Elasticsearch index.
Instructions
Get stats (doc count, store size, segments) for a specific index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index name. | |
| connectionId | No | Id of the elasticsearch connection to use, from databases.config.yml. Optional when only one elasticsearch connection is configured. |