elasticsearch-formula
elasticsearch-formula copied to clipboard
Hi When installing ES 5.4.0 on Ubuntu in an LXD container you need to install with the following command export ES_SKIP_SET_KERNEL_PARAMETERS=true; apt install elasticsearch The ES_SKIP_SET_KERNEL_PARAMETERS=true env variable is necesarl...
So this has been something I've been thinking about for a while. I'm opening this issue to both note this down and maybe start a discussion if anyone else could...
instead of file.managed, so we can keep documentation comments and the other variables one can tweak solves #21
On a debian jessie I end up with elasticsearch 1.0.3 installed (https://packages.debian.org/jessie/elasticsearch) Maybe some sort of pinning has to be deployed or fromrepo used ?
It would be nice to not remove the useful comments from /etc/default/elasticsearch Am used to using the ini state module https://docs.saltstack.com/en/latest/ref/states/all/salt.states.ini_manage.html to get this, I'll submit a patch as soon...
States execute, but service stops. I think this is due to a new check in 5.0.1. Relevant log: ``` [2016-11-27T18:15:38,231][WARN ][o.e.b.BootstrapCheck ] [I9Z5Rn8] max virtual memory areas vm.max_map_count [65530] is...
I view shield as a core functionality of Elasticsearch and think it makes sense to have a discussion about how this formula could/should support the configuration. Most other plugins can...