Elasticsearch
This page describes commands to access the Elasticsearch indexes in Lenses via the CLI.
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
Last updated
Was this helpful?