2arunpmohan
6/13/2017 - 8:25 AM

Bootstrap check failed max number of threads [1024] for user [elasticsearch] is too low, increase to at least [2048]

Bootstrap check failed max number of threads [1024] for user [elasticsearch] is too low, increase to at least [2048]

Issue

ES stopping just after starting with the following error messages

  Bootstrap check failed
  max number of threads [1024] for user [elasticsearch] is too low, increase to at least [2048]

Solution

make the following changes in elasticsearch.yml file

   transport.host: 127.0.0.1
   http.host: 0.0.0.0