This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 854
Commits on Nov 26, 2019
-
stop overriding log4j configuration
The log4j configuration template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x. Also this template doesn't contain any variable so everything is hardcoded inside. As we don't need to override any value inside, let's use standard elasticsearch log4j configuration file provided by elasticsearch package and stop overriding it with this role.
Configuration menu - View commit details
-
Copy full SHA for 6217e94 - Browse repository at this point
Copy the full SHA 6217e94View commit details -
remove deprecated MAX_THREADS option
This option doesn't seem to exists anymore in elasticsearch. It's not present in current versions of system configuration provided by recent elasticsearch packages and there is no code using it inside elasticsearch.
Configuration menu - View commit details
-
Copy full SHA for dc813ae - Browse repository at this point
Copy the full SHA dc813aeView commit details
Commits on Nov 27, 2019
-
update system config to current version provided by elasticsearch pac…
…kage This is removing lot of options deprecated since 6.0 like ES_JVM_OPTIONS, CONF_DIR, DATA_DIR and LOG_DIR (https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_packaging_changes.html)
Configuration menu - View commit details
-
Copy full SHA for 36fe944 - Browse repository at this point
Copy the full SHA 36fe944View commit details -
update jvm options to current version provided by elasticsearch package
The jvm options template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x. This commit update it to default version provided in 6.x and 7.x elasticsearch standard packages.
Configuration menu - View commit details
-
Copy full SHA for 8d13c69 - Browse repository at this point
Copy the full SHA 8d13c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04438f9 - Browse repository at this point
Copy the full SHA 04438f9View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c9e9ca4 - Browse repository at this point
Copy the full SHA c9e9ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dbbda6 - Browse repository at this point
Copy the full SHA 1dbbda6View commit details -
From Ansible doc (https://docs.ansible.com/ansible/latest/modules/template_module.html#template-module) For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number. Giving Ansible a number without following one of these rules will end up with a decimal number which will have unexpected results.
Configuration menu - View commit details
-
Copy full SHA for bc7fc40 - Browse repository at this point
Copy the full SHA bc7fc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aed16c - Browse repository at this point
Copy the full SHA 6aed16cView commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ea4d6cf - Browse repository at this point
Copy the full SHA ea4d6cfView commit details -
Merge branch 'use-default-config-files' of github.com:jmlrt/ansible-e…
…lasticsearch into use-default-config-files
Configuration menu - View commit details
-
Copy full SHA for 0b240ef - Browse repository at this point
Copy the full SHA 0b240efView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.