This is probably a very easy question. I'm running Kibana on a linux VM. I started Kibana with the following command so it won't exit when I kill my SSH session:
sh kibana-4.0.1-linux-x64/bin/kibana >> /dev/null &
Now I'm trying to upgrade to 4.1 so I need to kill the current instance and start the new one. Any idea how to do that?
Thanks!