elasticsearchインストールの驚異



Elasticsearch Install Marvel



[root@xxxxx ~]$ cd /usr/local/kibana-4.3.1-linux-x64 [root@xxxxx kibana-4.3.1-linux-x64]$ cd bin/ [root@xxxxx bin]$ ls kibana kibana.bat nohup.out [root@xxxxx bin]$ kibana plugin --install elasticsearch/marvel/latest -bash: kibana: command not found [root@xxxxx bin]$ ./kibana plugin --install elasticsearch/marvel/latest Installing marvel Attempting to extract from https://download.elastic.co/elasticsearch/marvel/marvel-latest.tar.gz Downloading 2434341 bytes.................... Extraction complete Optimizing and caching browser bundles... Plugin installation complete Note that kibana needs to be installed http://192.168.137.2:5601/app/marvel [root@xxxxx kibana-4.3.1-linux-x64]$ cd installedPlugins/ [root@xxxxx installedPlugins]$ ls marvel [root@xxxxx installedPlugins]$ pwd /usr/local/kibana-4.3.1-linux-x64/installedPlugins [root@xxxxx installedPlugins]$ ls marvel [root@xxxxx installedPlugins]$ cd marvel/ [root@xxxxx marvel]$ ls index.js LICENSE.txt node_modules NOTICE.txt package.json public server webpackShims Restart kibana: http://192.168.137.2:5601/app/marvel Uninstalling Marvel To uninstall Marvel: Shut down Elasticsearch and Kibana. Remove the Marvel agent plugin from Elasticsearch: bin/plugin remove marvel-agent Remove the Marvel Kibana app: bin/kibana plugin --remove marvel Restart Elasticsearch and Kibana. Install Sense (Kibana) An elasticsearch query tool written by flask: supports automatic prompt of es query language, automatic prompt of es structure, supports two themes, supports query history, supports shortcut keys. 1 ./bin/kibana plugin --install elastic/sense [root@xxxxx kibana-4.3.1-linux-x64]$ ./bin/kibana plugin --install elastic/sense Installing sense Attempting to extract from https://download.elastic.co/elastic/sense/sense-latest.tar.gz Downloading 1386775 bytes.................... Extraction complete Optimizing and caching browser bundles... Plugin installation complete [root@xxxxx kibana-4.3.1-linux http://192.168.137.2:5601/app/sense