Commit Graph

4 Commits

Author SHA1 Message Date
David Pilato 7839cdf3c2 Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project. This commit is the first step for this plugin to depend on this new `pom` maven project.
2015-01-02 21:30:46 +01:00
David Pilato 524ebda257 Docs: make the welcome page more obvious
Closes #31.

(cherry picked from commit ab3cde3)
2014-08-05 14:23:41 +02:00
David Pilato 6aa36aa5be Move tests to elasticsearch test framework
Closes #16.
2014-03-12 12:03:27 +01:00
David Pilato 5e14147991 Add cloud discovery for google compute engine
Google Compute Engine VM discovery allows to use the google APIs to perform automatic discovery (similar to multicast in non hostile
multicast environments). Here is a simple sample configuration:

```yaml
  cloud:
      gce:
          project_id: <your-google-project-id>
          zone: <your-zone>
  discovery:
          type: gce
```

How to start (short story)
--------------------------

* Create Google Compute Engine instance
* Install Elasticsearch
* Install Google Compute Engine Cloud plugin
* Modify `elasticsearch.yml` file
* Start Elasticsearch

Closes #1.
2013-06-28 09:45:02 +02:00