How To Inspect the ElasticSearch Index
This guide describes how you can use dejavu, a web-based UI for ElasticSearch, to inspect the contents of one or multiple Elasticsearch indices.
-
Run dejavu using Docker:
docker run -p 1358:1358 -d appbaseio/dejavu - Visit http://localhost:1358 in your browser to access the dejavu user interface.
-
Enter the Elasticsearch cluster URL (
http://localhost:9200) and specify an index name. If you want to view data from all indices, use a wildcard*as the index name. Alternatively, use the name of a specific index.Aleph creates indices following the naming pattern
aleph-entity-{{SCHEMA_NAME}}-{{VERSION}}. For example, the index name forLegalEntityentities isaleph-entity-legalentity-v1.