elasticsearch-formula
elasticsearch-formula copied to clipboard
Allow managing the logging config.
Elasticsearch doesn't exist in Bionic so installation fails when determining version. > - Rendering SLS 'base:elasticsearch.plugins' failed: Jinja variable dict object has no element 0 > /var/tmp/.salt_1a862b_salt/running_data/var/cache/salt/minion/files/base/elasticsearch/settings.sls(20): > --- >...
Salt 2018.3.3 elasticsearch.major_version: 6 ID: apt-transport-https Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 17:19:08.751183 Duration: 32.439 ms Changes: Warnings: The following package(s) are "virtual package"...
Adds basic functionality to create a keystore at /etc/elasticsearch/elasticsearch.keystore if one does not already exist.
ES 6.3 won't start without a keystore file existing. On many systems the user/group/context that ES runs in does not, and should not, have permission to create files in /etc/elasticsearch....
Hi, is there any chance to support Docker?
On systems with systemd, system limits must be specified via [a systemd service file](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-system-settings.html). This PR adds that. The service file is only created if `elasticsearch.systemd` is specified. I tried...
Making it possible to control from pillars if service is running and / or enabled. The idea is identical to the one in rabbitmq formula: https://github.com/saltstack-formulas/rabbitmq-formula In my use case,...
The license of this salt formula is missing.
On systems with systemd (e.g. Ubuntu Xenial/16.04), system limits must be specified via [a systemd service file (official docs)](https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-system-settings.html). I made PR #38 to do that, so the configuration can...