Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Elasticsearch-head is a web front end for browsing and interacting with an Elastic Search clusterUse the DPOD Store page to inspect the data and perform actions directly on the OpenSearch cluster used by the DPOD Store.

Note

Use this page with caution, since it might cause loss of data.

The main screen presents the cluster overview, with the Store nodes as rows and the indices as columns.

...

Example of how to analyze results by clicking on the ‘Browser’ tab.

...

Use the “Browser” tab to inspect the data:

  1. Choose an index or a set of indices from the list of indices on the left. A list of documents in the chosen indices is presented.

...

  1. Click on a document

...

  1. to present its content.

  2. The _source field

...

  1. contains the original JSON document body that was

...

  1. indexed along with all of its fields.

...