- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
5.0
- Prerequisites
- Installation
- Configuration
- Integrations
- Lenses SQL
- Tools
- Release notes
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