Skip to content

ynuyasha/chef-elasticsearch-ng

This branch is 2 commits ahead of, 12 commits behind nathwill/chef-elasticsearch-ng:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7fc8a0c · Jun 26, 2015

History

13 Commits
May 18, 2015
May 18, 2015
Jun 26, 2015
Apr 24, 2015
May 5, 2015
May 8, 2015
Apr 24, 2015
May 8, 2015
Apr 24, 2015
Apr 24, 2015
May 8, 2015
May 18, 2015
Apr 24, 2015
May 8, 2015

Repository files navigation

elasticsearch-ng

A simplified elasticsearch cookbook designed to produce the minimum viable configuration, while still providing enough flexibility to drive a more complex configuration.

Most of the simplicity is achieved by taking advantage of the Elastic-provided package repositories, as opposed to performing an installation from source.

Recipes

elasticsearch-ng::default

includes the other recipes required to install, configure, and manage a standalone elasticsearch installation.

elasticsearch-ng::repo

configures the elasticsearch repository

elasticsearch-ng::install

includes the java::default recipe and installs elasticsearch via a package

elasticsearch-ng::configure

configures elasticsearch configuration and environment files, driven by the config and env attribute hashes.

elasticsearch-ng::service

provides elasticsearch service resource

elasticsearch-ng::cluster

performs the same operations as the default recipe, after adding setting simple cluster configuration attributes based on search results.

elasticsearch-ng::plugins

configures elasticsearch plugins described in databag or node

Example:

{ elasticsearch: { plugins: { 'karmi/elasticsearch-paramedic' => {}, 'lukas-vlcek/bigdesk' => { 'version' => '1.0.0' }, 'hunspell' => { 'url' => 'https://github.com/downloads/...' } } } }

About

simple es cookbook

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.2%
  • HTML 2.8%