ansible-role-elasticsearch/templates
Julien Mailleret a1c81884e2
[7.x] add support for elasticsearch 7.x and remove support for 5.x (#558)
- add support for elasticsearch 7.x
- remove support for elasticsearch 5.x
- update kitchen-ansible configuration (install ansible and jmespath dependencies using os repositories)
- replace geoip plugin in tests as this one is now embeded in elasticsearch since 6.7.0 (cf. https://www.elastic.co/guide/en/elasticsearch/plugins/6.7/ingest-geoip.html)
- update discovery configuration for 7.x (in ES 7.x, discovery.zen.ping.unicast.hosts is replaced by discovery.seed_hosts and transport.tcp.port is replaced by transport.port, also discovery.seed_hosts is disabled on master nodes to avoid "master_not_discovered_exception" error when creating templates in the same play)
- update index template structure for 7.x 
- update security realms settings for 7.x (cf. https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#include-realm-type-in-setting)
2019-05-09 09:06:02 +02:00
..
init Refactor deprecated filter calls 2018-12-28 15:36:33 +01:00
security Shield to Security and other X-Pack clear up 2017-01-11 13:02:23 +00:00
systemd Merge branch 'master' into filter-deprecation-fix 2019-03-11 21:49:16 +09:00
elasticsearch.j2 Adding 6.x support with Bootstrap user addition 2018-01-30 11:23:34 +01:00
elasticsearch.repo Template out the base of repo URLs 2019-01-16 16:28:07 -05:00
elasticsearch.yml.j2 Refactor deprecated filter calls 2018-12-28 15:36:33 +01:00
jvm.options.j2 [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
log4j2.properties.j2 Refactor deprecated filter calls 2018-12-28 15:36:33 +01:00