Last active
May 4, 2021 10:13
-
-
Save karussell/3131213 to your computer and use it in GitHub Desktop.
Revisions
-
Peter revised this gist
Apr 3, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,8 @@ sudo dpkg -r elasticsearch # config dir /etc/elasticsearch # important: default configs will be overwritten from here: /etc/default/elasticsearch # prepare ElasticSearch UI sudo apt-get install apache2 -
Peter renamed this gist
Mar 25, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Peter revised this gist
Oct 25, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,9 @@ sudo dpkg -r elasticsearch # start script /etc/init.d/elasticsearch # binaries & plugin /usr/share/elasticsearch/bin # log dir /var/log/elasticsearch -
Peter revised this gist
Oct 5, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ sudo apt-get install openjdk-6-jdk wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.deb sudo dpkg -i elasticsearch-0.19.8.deb # be sure you add "action.disable_delete_all_indices" : true to the config!! # if you want to remove it: sudo dpkg -r elasticsearch @@ -19,7 +21,6 @@ sudo dpkg -r elasticsearch # config dir /etc/elasticsearch # prepare ElasticSearch UI sudo apt-get install apache2 sudo mkdir /var/www/ui -
Peter revised this gist
Sep 19, 2012 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ discovery.zen.ping.multicast.enabled: false discovery.zen.ping.unicast.hosts: ["xy2.compute.amazonaws.com"] # and on other node use: # discovery.zen.ping.unicast.hosts: ["xy1.compute.amazonaws.com"] # to use ec2 api (you need the security keys!) for discovery you need to install the aws plugin # read # http://www.elasticsearch.org/tutorials/2011/08/22/elasticsearch-on-ec2.html # http://www.elasticsearch.org/guide/reference/modules/discovery/ec2.html -
Peter revised this gist
Sep 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo dpkg -r elasticsearch # prepare ElasticSearch UI sudo apt-get install apache2 sudo mkdir /var/www/ui sudo chown -R ubuntu.www-data /var/www -
Peter revised this gist
Jul 17, 2012 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,3 +18,11 @@ sudo dpkg -r elasticsearch # config dir /etc/elasticsearch # prepare ElasticSearch UI udo apt-get install apache2 sudo mkdir /var/www/ui sudo chown -R ubuntu.www-data /var/www # now copy ES-HEAD to /var/www/ui -
Peter revised this gist
Jul 17, 2012 . 2 changed files with 20 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ sudo apt-get update sudo apt-get install openjdk-6-jdk wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.deb sudo dpkg -i elasticsearch-0.19.8.deb # if you want to remove it: sudo dpkg -r elasticsearch # start script /etc/init.d/elasticsearch # log dir /var/log/elasticsearch # data dir /var/lib/elasticsearch # config dir /etc/elasticsearch This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +0,0 @@ -
Peter created this gist
Jul 17, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ sudo apt-get update sudo apt-get install openjdk-6-jdk wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.deb sudo dpkg -i elasticsearch-0.19.8.deb if you want to remove it: sudo dpkg -r elasticsearch