How to Install Elasticsearch and Kibana on Ubuntu
1. Install JDK: add-apt-repository ppa:openjdk-r/ppa
apt-get update
apt-get install -y openjdk-8-jdk unzip
java -version #Check version
vi /etc/security/limits.conf #Append at the bottom; if 65535 already exists, change to 65 …