Hi I have a remote elasticsearch server set up with 1 node (I cannot ssh into this)
The disk space (Total 50GB) is almost filled. Only about 1.5GB are left. But when I run _cat/indices?v&s=store.size:desc I can see that the indices only take up about 2GB.
My cluster is in red status. There are 1000s of unassigned shards. I know this is wrong. I want to delete red indices but every delete operation times out.
How much disk is allocated and do you know if elasticsearch is on it's own mount? It could be something besides elastic data filling your disk.
Elalsticsearch doesn't do log rotation, once you start getting a sick node, it will tend to write messages to /var/log/elasticsearch until that disk is full.
Without SSH, you [probably can't do "du -sh /* | grep G" to see what is using disk
You need a command line and probably root access. Then if my "du" command above shows /var being the largest user, repeat with "du -sh /var/* | grep G" and drill down.
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.