Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: sudo needed on docker restarts

...

Now restart all the 3 elasticsearch containers, otherwise the Plugins will not be enabled !! :

Code Block
sudo docker restart es01
sudo docker restart es02
sudo docker restart es03

  # Note: Plugins will be re-loaded upon restart of the container, i.e. they need to be installed only once per container.

...