Reloading elasticsearch.yml on ELK Stack

I made a change to my configuration on the elastic search side of the ELK stack. What is the proper sequence of events to reload the configuration without causing issues to the stack? Far as downtime, I need to keep it minimal but the stack can do down for a short period of time.

You can perform a rolling restart, which is just like a rolling upgrade except you skip the steps where you upgrade anything.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.