How to stop/shut down an elasticsearch node?

前端 未结 11 1850
忘掉有多难
忘掉有多难 2021-01-29 22:34

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

11条回答
  •  无人及你
    2021-01-29 22:58

    If you're running a node on localhost, try to use brew service stop elasticsearch

    I run elasticsearch on iOS localhost.

提交回复
热议问题