aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
AgeCommit message (Collapse)Author
2013-05-30Elasticsearch 0.90.1Kanwei Li
Closes #20162. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-25elasticsearch: move mkpath to post_install.Mike McQuaid
References #19994.
2013-05-22elasticsearch: create required foldersRob Aldred
Closes #19994. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-30elasticsearch 0.90.0Chris Conley
Closes #19526. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-03-25elasticsearch 0.20.6Jeremy Gailor
Closes #18724. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-26Upgrade elasticsearch to 0.20.5Jeremy Gailor
Closes #18090. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-31elasticsearch: fix checksumAdam Vandenberg
2013-01-31ElasticSearch 0.20.4DhilipSiva
Closes #17457. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-04elasticsearh: fix audit warningAdam Vandenberg
2013-01-04Added elasticsearch HEADKarel Minarik
Allow to install Elasticsearch from the source: $ brew install elasticsearch --HEAD (You need a working Maven installation -- `brew install maven` to install it with Homebrew.) Closes #16844. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-04Cleanup elasticsearchKarel Minarik
Cleanup of the Elasticsearch formula: 1/ Fixed incorrectly installed Sigar libraries on Mac OS X Move all neccessary files to `libexec/sigar`. 2/ Removed manipulating the bin scripts, use ES_HOME variable Instead of hardcoding paths to Homebrew locations in the `bin/elasticsearch` and `bin/plugin` scripts, set up the ES_HOME environment variable in the `bin/elasticsearch.in.sh` properly. Also, simplify the Regex for replacing path to Elasticsearch classes (`--classpath`) in the `bin/plugin` script and use the `ES_CLASSPATH` variable. 3/ Simplified elasticsearch.yml configuration Reorganize the commands, use `sub` instead of `gsub`. 4/ Cleaned up the caveats/info section Remove redundant information. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-29Elasticsearch 0.20.2Karel Minarik
Closes #16787. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-22elasticsearch: persist plugins by changing config.Douglas F Shearer
Closes #16629. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-18elasticsearch: use new download URLs.Karel Minarik
Closes #16637. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-13elasticsearch: persist plugins on upgrade.Mike McQuaid
2012-12-12elasticsearch 0.20.1Pier-Hugues Pellerin
Closes #16540. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-11-14elasticsearch 0.9.11Ryan Schlesinger
Closes #16071. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-01ElasticSearch 0.19.10Marc Watts
Closes #15227. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-08-24ElasticSearch 0.19.9Michael S. Klishin
Closes #14443. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17elasticsearch 0.19.8Elliot Murphy
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27elasticsearch 0.19.7Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27elasticsearch: Add better default network.hostShawn M Moore
`network.host` is bound to loopback interface to prevent errors when switching networks. See: http://sartak.org/2012/06/roaming-elasticsearch.html Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-25elasticsearch 0.19.6Martin Czygan
Closes #13020. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21elasticsearch 0.19.4Martin Czygan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15ElasticSearch: set -Xss in launch plistMichael S. Klishin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-30ElasticSearch 0.19.3Zack Kitzmiller
Closes #11969. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11elasticsearch 0.19.2Susan Potter
Includes addition of 'Upgrade from 0.18.x' instructions in caveat. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04elasticsearch 0.19.2Peter Hellberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-31elasticsearch 0.19.1Peter Hellberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-07ElasticSearch 0.19Zack Kitzmiller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04Minor cleanup on plist caveats.Matthew Lewinski
Use basename to refer to plist file when loaded. Make cp lines same across formulas. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-16elasticsearch 0.18.7Jasper van Wanrooy
Closes #9616. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27elasticsearch 0.18.6Domingo Suarez Torres
Closes #9288. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-06elasticsearch 0.18.5Peter Schröder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-25ElasticSearch: Fix plugin classpathRoland Moriz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-22elasticsearch: Update to 0.18.4Susan Potter
Closes #8662. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-18elasticsearch: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-17elasticsearch 0.18.3Susan Potter
* Update formula's install to move JARs to libexec as preferred * Update scripts use prefix for ES_HOME and update ES_CLASSPATH paths to use libexec instead of lib Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27ElasticSearch 0.18.1Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-26ElasticSearch: formula cleanupKarel Minarik
This commit introduces couple of breaking, but important changes for ElasticSearch: 1. The cluster is given a reasonably unique, though human-friendly name, based on the current user login name (`ENV['USER']`). This minimizes conflicts and dubious [MasterNotDiscoveredException] errors when running a development cluster eg. within an office, on multiple workstations, with open firewalls. 2. This means the _path to data has changed_ and users will have to move it manually to new location. It should be safe to do so, while ES is not running. 3. The log files location also changed to a more appropriate one. 4. Standard error and ouput streams were redirected to /dev/null within the `plist` definition, since ES provides enough logging already. The changes should be forward compatible with the complete rewrite of ES config file in <https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml>. Closes #7946. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25elasticsearch: Update to 0.17.9Ben Hu
Closes #8256. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-22ElasticSearch 0.17.7Karel Minarik
Closes #7767. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-08-12elasticsearch 0.17.5Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10ElasticSearch 0.17.4Ben Hu
Signed-off-by: Adam Vandenberg <flangy@gmail.com>