- Prerequisites
 - Installation
 - Configuration
 - Integrations
 - Lenses SQL
 - Tools
 - Release notes
 
4.0
- Prerequisites
 - Installation
 - Configuration
 - Integrations
 - Lenses SQL
 - Tools
 - Release notes
 
You are viewing documentation for an older version of Lenses.io View latest documentation here
Elasticsearch
Commands to access the ElasticSearch indexes.
List all the available indexes
# list all elasticsearch indexes
lenses-cli elasticsearch-indexes
# or filter by connection and include system indexes
lenses-cli elasticsearch-indexes \
    --connection es-default \
    --include-system-indexes
View details for a supplied index and connection
lenses-cli elasticsearch-index \
    --connection es-default \
    --name my-index
