ElasticSearch Administration

From Archivematica
Revision as of 18:00, 24 June 2013 by Mcantelon (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To help with Elasticsearch development, Archivematica comes with a plugin for Elasticsearch, called Elasticsearch Head, that provides a web application for browsing and administering Elasticsearch data. It can be accessed at http://your.host.name:9200/_plugin/head/.

Elasticsearch Head will allow you to delete an index, if need be.

Using ElasticSearch Head to delete an index

Access Control

The only way to limit access to ElasticSearch, currently, is using your server's firewall configuration. You'll likely want to configure your server's firewall to limit access to ElasticSearch's TCP/IP port (9200). It is recommended to only allow access by 127.0.0.1 (the server itself) and the IPs of any other servers or workstations that should be able to access it.