Difference between revisions of "ElasticSearch Administration"
Jump to navigation
Jump to search
(Created page with "To help with Elasticsearch development, Archivematica comes with a plugin for Elasticsearch, called [http://mobz.github.com/elasticsearch-head/ Elasticsearch Head], that provi...") |
|||
Line 2: | Line 2: | ||
Elasticsearch Head will allow you to delete an index, if need be. | Elasticsearch Head will allow you to delete an index, if need be. | ||
+ | |||
+ | [[File:Elasticsearch_head_delete.png|Using ElasticSearch Head to delete an index]] |
Revision as of 13:44, 21 February 2013
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.