Es plugin Bigdesk Installation
Bigdesk support for the latest version of ES is 1.3.0 ... 1.3.x
However want to install on the new version es (2.x.x), the project encountered some bugs, in Es in the latest version of the fix, so the 2.3.0 version
Head Plug-in view data and cluster other some very convenient, but the cluster condition monitoring is not meticulous, and the use of a number of bug problems, generally with bigdesk, Kopf combined use.
A problem occurred while downloading the installation:
Installing Lukas-vlcek/bigdesk ... Trying Https://github.com/lukas-vlcek/bigdesk/archive/master.zip ... Downloading ..... ..... ..... ..... ..... ..... ...........-.....-.......... ..... ..... ..... ..... ..... ..... ..... ..... ..... ..... ....... ....... ..... ..... ..... ..... ..... ..... ..... ..... ..... ..... ....... ....... ..... ..... ..... ..... ..... ..... ..... ....... .............. doneverifying Https://github.com/lukas-vlcek/bigdesk/archive/master.zip checksums if available ... Note:unable to verify checksum for downloaded plugin (unable to find SHA1 or. md5 file to verify) error:could not find P Lugin 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/in the local browser
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 the Plugins/bigdesk/_site/js/store directory, open Bigdeskstore.js, and navigate to line 142
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-open http://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.
Elasticsearch How to install the 2.x.x version Bigdesk