Linux installation elasticsearch6.X the head plug

Nodejs install and NPM
yum the install nodejs -Y NPM
then install Git
yum the install -Y Git
Git clone https://github.com/mobz/elasticsearch-head.git
then proceeds down to clone the install directory NPM
CD-head elasticsearch /
NPM install
and modify the
vim Gruntfile.js vim Gruntfile.jsHere vim Gruntfile.js inserted into the picture description

vim _site/app.js
Here Insert Picture Description

vim elasticsearch.yml after the addition of the two bottom configuration, modify this file you need to restart elasticsearch, kill off the process, switch user, switch to the bin directory elasticsearch installation directory, and then execute
./ elasticsearch &
Linux requires little memory in jvm. options to modify the configuration file
Here Insert Picture Description
Here Insert Picture Description

Then head start on it

Head start

Guess you like

Origin blog.csdn.net/sinat_36748650/article/details/89360614