From 2a645f54ce40638c2bf5536ea9288d34bea01ae0 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu <217554+stchris@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:31:21 +0100 Subject: [PATCH] Update docs/src/pages/developers/installation.mdx Co-authored-by: Till Prochaska --- docs/src/pages/developers/installation.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/developers/installation.mdx b/docs/src/pages/developers/installation.mdx index ba7746695a..c95239f54b 100644 --- a/docs/src/pages/developers/installation.mdx +++ b/docs/src/pages/developers/installation.mdx @@ -154,7 +154,9 @@ To build the image you can run `make build`, which will build the `alephdata/ale ### Inspecting ElasticSearch -At times it can be useful to inspect the contents of the ElasticSearch indices. The developer setup includes [dejavu](https://github.com/appbaseio/dejavu/stargazers), a web-based UI for ElasticSearch. In a local environment brought up as described above you should see dejavu under [http://localhost:1358](http://localhost:1358). You will need to pass it the local ES cluster URL (`http://localhost:19200`) and you can either inspect an individual index or use `*` to see the whole content. +At times it can be useful to inspect the contents of the ElasticSearch indices. The developer setup includes [dejavu](https://github.com/appbaseio/dejavu), a web-based UI for ElasticSearch. In a local environment brought up as described above you should see dejavu under [http://localhost:1358](http://localhost:1358). + +You will need to pass it the local ES cluster URL (`http://localhost:19200`). You can either inspect an individual index or use `*` to see the whole content. Index names for entity indices follow the pattern `aleph-entity-{{SCHEMA_NAME}}-{{VERSION}}`. For example, the index name for `LegalEntity` entities is `aleph-entity-legalentity-v1`. ## Production deployment