Skip to content

ibussieres/elasticsearch-opsworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-opsworks Cookbook

This cookbook installs and configures Elasticsearch.

Requirements

  • Java is required by ES; This cookbook will install OpenJDK 7.
  • Instances must belong to a single OpsWorks layer in order for configuration to work correctly.

Attributes

TODO: List your cookbook attributes here.

e.g.

elasticsearch-opsworks::default

Key Type Description Default
['elasticsearch-opsworks']['version'] string The version of Elasticsearch to install 1.3.4

Usage

elasticsearch-opsworks::default

TODO: Write usage instructions for each cookbook.

e.g. Just include elasticsearch-opsworks in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[elasticsearch-opsworks]"
  ]
}

Contributing

TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.

e.g.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: TODO: List authors

About

Cookbook for installing Elasticsearch on AWS OpsWorks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%