Hi All,
I am a newbie into this..working in a clustered environment where two nodes are configured as
cluster.name:
node.master: true
node.data: true
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: <1st node>
** config is same for both the servers.
Scenario: One index got created [which we have seen in elastic search head] and then after few minutes it got deleted automatically.There is no deletion job configured though.
Can you please advice me what can be the possible scenarios?Server version is 0.x
Something or someone is doing that most likely unless you see something weird in your logs.
May be you have your cluster exposed without any protection on internet or in your company and someone is removing indices? May be you have something wrong in your code? May be you are using the default cluster name and someone in your company just started another node locally which joins accidentally the cluster and he ran DELETE /?
Lot of options there. In all cases, as @warkolm said, you really need to install a new version.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.