[lizhiwei@localhost ElasticSearch]$ lltotal 31028drwxr-xr-x. 8 lizhiwei lizhiwei 4096 Oct 9 05:32 elasticsearch-1.7.2-rwxrwxr-x. 1 lizhiwei lizhiwei 31766366 Oct 9 05:06 elasticsearch-1.7.2.zip[lizhiwei@localhost ElasticSearch]$ cd elasticsearch-1.7.2[lizhiwei@localhost elasticsearch-1.7.2]$ lltotal 52drwxr-xr-x. 2 lizhiwei lizhiwei 4096 Sep 14 09:51 bindrwxr-xr-x. 2 lizhiwei lizhiwei 4096 Sep 14 09:51 configdrwxrwxr-x. 3 lizhiwei lizhiwei 4096 Oct 9 05:17 datadrwxr-xr-x. 3 lizhiwei lizhiwei 4096 Sep 14 09:51 lib-rw-rw-r--. 1 lizhiwei lizhiwei 11358 Sep 14 09:20 LICENSE.txtdrwxrwxr-x. 2 lizhiwei lizhiwei 4096 Oct 9 05:17 logs-rw-rw-r--. 1 lizhiwei lizhiwei 150 Sep 14 09:20 NOTICE.txtdrwxrwxr-x. 4 lizhiwei lizhiwei 4096 Oct 9 05:38 plugins-rw-rw-r--. 1 lizhiwei lizhiwei 8700 Sep 14 09:22 README.textile[lizhiwei@localhost elasticsearch-1.7.2]$
[lizhiwei@localhost elasticsearch-1.7.2]$ cd bin/[lizhiwei@localhost bin]$ lltotal 324-rwxr-xr-x. 1 lizhiwei lizhiwei 8114 Sep 14 09:51 elasticsearch-rw-rw-r--. 1 lizhiwei lizhiwei 901 Sep 14 09:51 elasticsearch.bat-rw-rw-r--. 1 lizhiwei lizhiwei 2797 Sep 14 09:51 elasticsearch.in.bat-rwxr-xr-x. 1 lizhiwei lizhiwei 2170 Sep 14 09:51 elasticsearch.in.sh-rw-rw-r--. 1 lizhiwei lizhiwei 104448 Sep 14 09:22 elasticsearch-service-mgr.exe-rw-rw-r--. 1 lizhiwei lizhiwei 103936 Sep 14 09:22 elasticsearch-service-x64.exe-rw-rw-r--. 1 lizhiwei lizhiwei 80896 Sep 14 09:22 elasticsearch-service-x86.exe-rwxr-xr-x. 1 lizhiwei lizhiwei 2523 Sep 14 09:51 plugin-rw-rw-r--. 1 lizhiwei lizhiwei 482 Sep 14 09:51 plugin.bat-rw-rw-r--. 1 lizhiwei lizhiwei 6210 Sep 14 09:51 service.bat
[lizhiwei@localhost bin]$ ./elasticsearch[2015-10-09 06:05:51,126][INFO ][node ] [Agamemnon] version[1.7.2], pid[3387], build[e43676b/2015-09-14T09:49:53Z][2015-10-09 06:05:51,127][INFO ][node ] [Agamemnon] initializing ...[2015-10-09 06:05:51,249][INFO ][plugins ] [Agamemnon] loaded [marvel], sites [marvel, head][2015-10-09 06:05:51,304][INFO ][env ] [Agamemnon] using [1] data paths, mounts [[/ (/dev/sda2)]], net usable_space [86.5gb], net total_space [95.3gb], types [ext4][2015-10-09 06:05:53,939][INFO ][node ] [Agamemnon] initialized[2015-10-09 06:05:53,939][INFO ][node ] [Agamemnon] starting ...[2015-10-09 06:05:54,004][INFO ][transport ] [Agamemnon] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/192.168.110.100:9300]}[2015-10-09 06:05:54,017][INFO ][discovery ] [Agamemnon] elasticsearch/g0UtBViqRGOUdboFWcBUbw[2015-10-09 06:05:57,815][INFO ][cluster.service ] [Agamemnon] new_master [Agamemnon][g0UtBViqRGOUdboFWcBUbw][localhost.localdomain][inet[/192.168.110.100:9300]], reason: zen-disco-join (elected_as_master)[2015-10-09 06:05:57,936][INFO ][http ] [Agamemnon] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/192.168.110.100:9200]}[2015-10-09 06:05:57,937][INFO ][node ] [Agamemnon] started[2015-10-09 06:05:58,062][INFO ][gateway ] [Agamemnon] recovered [2] indices into cluster_state

[lizhiwei@localhost bin]$ ./plugin -i elasticsearch/marvel/latest-> Installing elasticsearch/marvel/latest...Trying http://download.elasticsearch.org/elasticsearch/marvel/marvel-latest.zip...Downloading .......................................DONEInstalled elasticsearch/marvel/latest into /home/lizhiwei/SoftWare/ElasticSearch/elasticsearch-1.7.2/plugins/marvel


[lizhiwei@localhost bin]$ ./plugin -install mobz/elasticsearch-head-> Installing mobz/elasticsearch-head...Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...Downloading ............................DONEInstalled mobz/elasticsearch-head into /home/lizhiwei/SoftWare/ElasticSearch/elasticsearch-1.7.2/plugins/head

原文:http://www.cnblogs.com/LiZhiW/p/4865179.html