i'm using Elasticsearch with a custom application to save data and get analytics.
My Elasticsearch is formed by only a node with so many indexes. This node contains unassigned shards that caused cluster health status red. How can i resolve this issue?
Further, when i run Elasticsearch, i use this command
./elasticsearch -E "discovery.type=single.node"
because if i try to normally start Elasticsearch, it returns this error:
bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: max number of threads [2048] for user [giuseppe] is too low, increase to at least [4096]
I have modified so many Linux system files but no one works fine.
Can anyone help me?
If you want to keep the data, then you'll need to find at least one replica of shard 2 of that index.
Did you remove a data nodes without having shard replicas?
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.