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.
includes the other recipes required to install, configure, and manage a standalone elasticsearch installation.
configures the elasticsearch repository
includes the java::default recipe and installs elasticsearch via a package
configures elasticsearch configuration and environment files, driven by the config and env attribute hashes.
provides elasticsearch service resource
performs the same operations as the default recipe, after adding setting simple cluster configuration attributes based on search results.
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/...' } } } }