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

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.