U
U
un1t2015-11-12 15:36:55
elasticsearch
un1t, 2015-11-12 15:36:55

Why does Elasticsearch kill index after restart?

I have already seen such a problem several times, after the restart, the index flies.
IndexMissingException

$ curl 'localhost:9200/_cat/indices?v'
health status index pri rep docs.count docs.deleted store.size pri.store.size

The config looks like this:
cluster.name: mycluster
node.name: node-1

node.master: true
node.data: true

network.publish_host: 192.168.5.18
transport.tcp.port: 9300
http.port: 9200

discovery.zen.ping.multicast.enabled: false

Why can this happen?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question