I want to restart an elasticsearch node with a new configuration. What is the best way to gracefully shut down an node?
Is killing the process the best way of shutting t
If you're running a node on localhost, try to use brew service stop elasticsearch
brew service stop elasticsearch
I run elasticsearch on iOS localhost.