# irrigate-elasticsearch-cookbook

This cookbook is a lightweight wrapper around the elastic chef cookbook. It installs and configures an elasticsearch cluster, without support for plugins.

Plugin note:
https://www.elastic.co/blog/running-site-plugins-with-elasticsearch-5-0

## Supported Platforms

CentOS 7+

## Usage

### irrigate-elasticsearch::default

Include `irrigate-elasticsearch` in your node's `run_list`:

```json
{
  "run_list": [
    "recipe[irrigate-elasticsearch::default]"
  ]
}
```

## License and Authors

Author:: The Orchard
