Aleph

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.

  1. Run dejavu using Docker:

    docker run -p 1358:1358 -d appbaseio/dejavu
  2. Visit http://localhost:1358 in your browser to access the dejavu user interface.
  3. 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 for LegalEntity entities is aleph-entity-legalentity-v1.