Es plugin Bigdesk Installation
Bigdesk support for the latest version of ES is 1.3.0 ... 1.3.x
head plug-in view data and cluster other some very convenient, but the cluster condition monitoring is not detailed enough, and there are some bug problems in the use, and Bigdesk, kopf used in combination.
There was a problem downloading the installation:
installing lukas-vlcek/bigdesk ... TRYING HTTPS://GITHUB.COM/LUKAS-VLCEK/BIGDESK/ARCHIVE/MASTER.ZIP&NBSP, ..... downloading ......................................................................................................................... .............................................................................................. doneverifying https://github.com/lukas-vlcek/bigdesk/archive/master.zip checksums if AVAILABLE&NBSP, ..... note: unable to verify checksum for downloaded plugin (Unable to find .sha1 or .md5 file to verify) Error: could not find plugin descriptor ' plugin-descriptor.properties ' in plugin zip
This problem is better solved,
1. Download Bigdesk's Master Zip package
2. Unzip to the installation path under the elasticsearch-2.3.0/plugins/directory, there will be a bigdesk or bigdesk-master (can be changed to Bigdesk) directory
3. If the ' plugin-descriptor.properties ' file is not found , create the file and write the following :
Description=bigdeskversion=bigdeskname=bigdesksite=true
Save OK and you are done.
Then enter http :/ / localhost :9200/_plugin/ bigdesk /
Note: _plugin behind the Bigdesk is plugins underground directory name, if bigdesk-master, you need to write this name
I thought it would work, but there was a JS bullet box, and there was this content
Bigdesk correctly! Found es node version:2.3.0require es node version:>= 1.0.0.rc1**************************
What ' s the f-u-c-k ...
Find the way to solve ...
Workaround:
Navigate to plugins/bigdesk/_site/js/store open Span style= "Font-family:consolas, ' Liberation Mono ', Menlo, Courier, Monospace;color:rgb (51,51,51); font-size:12px; line-height:18px; " >bigdeskstore.js
return (major = = 1 && minor >= 0 && maintenance >= 0 && (Build! = ' Beta1 ' | | Build! = ' Beta2 ‘));
See this line, the major ==1 changed to major >=1, and then save.
Browser re-openhttp://localhost: 9200/_plugin/Bigdesk/
OK. You can see the normal operation.
If you do not want to download, the attachment has Bigdesk compression package (has been modified), the direct copy decompression to the plugin directory, OK.
This article is from the "Do not forget Beginner's mind" blog, please be sure to keep this source http://zh9526.blog.51cto.com/3051209/1852093
Elasticsearch How to install the 2.x.x version Bigdesk