Download the installation package
Go to official website https://www.elastic.co/cn/downloads
Download Kibana, get kibana-5.0.0-linux-x86_64.tar.gz
Unzip the installation
Copy the kibana-5.0.0-linux-x86_64.tar.gz to the/OPT directory.
Extract to current directory, use command TAR-ZXVF kibana-5.0.0-linux-x86_64.tar.gz
To delete a compressed file, use the command rm-f kibana-5.0.0-linux-x86_64.tar.gz
At this point, the Kibana installation is complete
Modifying the Kibana configuration file
After the decompression is complete, go to the Kibana installation directory and use the command CD in the/OPT directory kibana-5.0.0-linux-x86_64/
Open the file for editing, use the command vim config/kibana.yml
Modify the IP address in the following two locations, if local access to localhost does not require this step to be modified:
Start Kibana
Enter the/opt/kibana-5.0.0-linux-x86_64/bin directory, using the instructions ./kibana Start Kibana
After successful startup, Access 0.0.0.0:5601 to open the page. With elastic login, you can use the full functionality.
Linux under Elasticsearch5.0 Kibana plug-in installation