elastic-indicies
Get index statuses from Elasticsearch.
elastic-indicies [profile=PROFILE]
- profile=PROFILE
- Elasticsearch connect profile code
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Profile code of Elasticsearch |
name | String | Name | Index name |
uuid | String | UUID | |
health | String | Health | e.g. green, yellow |
status | String | Status | e.g. open |
primaries | Integer | Primaries | |
replicas | Integer | Replicas | |
docs_count | Long | Document count | |
docs_deleted | Long | Document deleted | |
storage_size | Long | Storage size | In bytes |
primary_storage_size | Long | Primary storage size | In bytes |