Difference between revisions of "Deleting index with ElasticSearch"
Line 1: | Line 1: | ||
+ | <span data-link_translate_de_title="Löschen der Index mit ElasticSearch" data-link_translate_de_url="L%C3%B6schen+der+Index+mit+ElasticSearch"></span>[[:de:Löschen der Index mit ElasticSearch]][[de:Löschen der Index mit ElasticSearch]] | ||
<span data-link_translate_nl_title="Index met ElasticSearch verwijderen" data-link_translate_nl_url="Index+met+ElasticSearch+verwijderen"></span>[[:nl:Index met ElasticSearch verwijderen]][[nl:Index met ElasticSearch verwijderen]] | <span data-link_translate_nl_title="Index met ElasticSearch verwijderen" data-link_translate_nl_url="Index+met+ElasticSearch+verwijderen"></span>[[:nl:Index met ElasticSearch verwijderen]][[nl:Index met ElasticSearch verwijderen]] | ||
<span data-link_translate_it_title="L'eliminazione di indice con ElasticSearch" data-link_translate_it_url="L%27eliminazione+di+indice+con+ElasticSearch"></span>[[:it:L'eliminazione di indice con ElasticSearch]][[it:L'eliminazione di indice con ElasticSearch]] | <span data-link_translate_it_title="L'eliminazione di indice con ElasticSearch" data-link_translate_it_url="L%27eliminazione+di+indice+con+ElasticSearch"></span>[[:it:L'eliminazione di indice con ElasticSearch]][[it:L'eliminazione di indice con ElasticSearch]] |
Revision as of 20:25, 14 December 2015
de:Löschen der Index mit ElasticSearch
nl:Index met ElasticSearch verwijderen
it:L'eliminazione di indice con ElasticSearch
pt:Exclusão de índice com ElasticSearch
es:Eliminar índice con ElasticSearch
fr:Suppression d'index avec ElasticSearch
This article has been created by an automatic translation software. You can view the article source here.
Introduction
The purpose of the operation explained here is the removal of index ElasticSearch.
It is possible to do this directly from the API via the curl utility.
Place
Here we perform the operation locally since the Server. ElasticSearch listening on port 9200 (by default ).
The operation is done with the following command :
curl -XDELETE http://127.0.0.1:9200/Nom_de_lindex
The following return indicating the proper conduct of the operation :
{"acknowledged":true}
This article seemed you to be useful ?
Enable comment auto-refresher