Commit graph

110 commits

Author SHA1 Message Date
Dale McDiarmid
3a0940fcb7 Merge branch 'xpack' of https://github.com/nullkarma/ansible-elasticsearch into nullkarma-xpack 2017-08-18 19:38:16 +01:00
Dale McDiarmid
23abae8c67 Merge pull request #308 from silverlogic/systemd-limit-nproc
allow max threads to be configured
2017-08-18 16:20:29 +01:00
Ryan Pineo
2f96bc42f4 allow max threads to be configured 2017-08-18 11:04:56 -04:00
Dale McDiarmid
0e2a0a5e99 Updated init, systemd, jvm.options and tests 2017-08-16 11:05:40 +01:00
Dale McDiarmid
8f9314b312 Merge pull request #311 from companieshouse/master
Ensure elasticsearch is always started and fix yum proxy logic
2017-08-15 18:41:24 +01:00
mgodlewski
758f7fae50 fix: typo
Fix issue #324
2017-06-27 15:46:47 +02:00
Daniel Chamot
5d85d03c9c add missing 'ml' and 'graph' to templates/elasticsearch.yml.j2 2017-06-26 11:25:14 +02:00
janderson2
7876a662ca Fix yum proxy logic in repo template
Previously if the proxy host was defined but empty, an invalid proxy was
config was added and the install would fail.  This is likely to occur
for instances where you conditionally set the proxy.
2017-05-15 15:17:34 +01:00
cinience
454bce4353 Disable the Netty recycler
https://github.com/elastic/elasticsearch/pull/22452
2017-03-25 12:34:05 +08:00
Dale McDiarmid
f9e842f6f9 Merge pull request #243 from CyVerse-Ansible/es-v5.2.0-log4j
Changes to log4j2.properties introduced in ES 5.2.0
2017-03-13 12:42:01 -07:00
Jonathan Strootman
7d76069ea3 Changes to log4j2.properties introduced in ES 5.2.0 2017-02-25 08:32:28 -07:00
p.molyavin
425278923f Refactor to more common options for jvm 2017-02-13 13:13:20 +07:00
p.molyavin
f80fe56af9 Fix typo 2017-02-13 09:09:17 +07:00
p.molyavin
44499d1ec3 Add options to enable jmx monitoring 2017-02-10 13:50:01 +07:00
Oliver Moser
dea2c5e636 Adding proxy support for yum repo. Signed CLA 2017-01-20 14:09:22 +01:00
Dale McDiarmid
b9c9fd109e set api port in config test + doc clarification 2017-01-17 15:19:50 +00:00
Dale McDiarmid
914cb7867c Move restart to main from handler 2017-01-17 14:42:21 +00:00
Dale McDiarmid
baf3a7c9f5 Sleep on init + cleanup 2017-01-17 12:54:29 +00:00
Dale McDiarmid
b6b9d19082 wait for startup added 2017-01-17 12:00:49 +00:00
Dale McDiarmid
2c6d812bd5 Systemd updated 2017-01-17 11:24:21 +00:00
Dale McDiarmid
b2efa703da Redhat start script updates 2017-01-17 11:21:18 +00:00
Dale McDiarmid
42c84e07a2 Updated debian scripts 2017-01-17 11:00:25 +00:00
Dale McDiarmid
fedccafb67 remove work dir for 5.x 2017-01-17 10:50:19 +00:00
Dale McDiarmid
c22ace11e0 Remove java opts in favour of es_jvm_options + allow max_map_count to be set. docs updated 2017-01-17 10:48:26 +00:00
Dale McDiarmid
0656a19501 Reporting should not be declared as x-pack feature 2017-01-16 12:19:22 +00:00
Dale McDiarmid
4edc56f104 Move to memory_lock 2017-01-16 10:40:01 +00:00
Dale McDiarmid
ffc417c766 remove path.work from tests 2017-01-13 12:51:25 +00:00
Dale McDiarmid
349fd36f15 Default es_heap_size 2017-01-13 12:26:53 +00:00
Dale McDiarmid
2b60a217ab Debian package url fixes for 5.x 2017-01-13 11:59:31 +00:00
Dale McDiarmid
f664580ce6 Ability to disable x-pack features 2017-01-11 13:16:07 +00:00
Dale McDiarmid
197cf05a0e Shield to Security and other X-Pack clear up 2017-01-11 13:02:23 +00:00
Dale McDiarmid
55444f3cbe systemd file for 5.x only 2017-01-10 16:50:04 +00:00
Janne Salo
5c4c76e088 Updated yum repository URL for 5.x 2016-12-08 14:24:28 +02:00
Jakob Reiter
2a27c76bff Merge pull request #206 from veger/fix_es5_issues
Initial PR for adding 5.x support. Please note, this is still in testing.
2016-12-07 01:16:45 +01:00
Maarten Bezemer
8f989c41a7 Disable check if ES_HEAP_SIZE exists for ES 5.x
ES_HEAP_SIZE is not used for ES5.x anymore, instead ES_JAVA_OPTS 'Xms' and 'Xmx' are used
2016-11-21 11:31:25 +01:00
Maarten Bezemer
65238c74bd Fix version_compare usage 2016-11-04 16:04:31 +01:00
Maarten Bezemer
ea8146c8dc Fix setting ES_JAVA_OPTS 2016-11-03 16:02:21 +01:00
Maarten Bezemer
523270405e Add support for Elasticsearch 5.x
* Use log4j2.properties instead of logging.yml
* Add jvm.options
* Use bootstrap.memory_lock instead of bootstrap.mlockall
* Get rid of work directory
* Executable does not accept `-D` anymore, replace with `-E` and `-p`
* Get rid of 5.x default (file)s
2016-11-03 15:41:42 +01:00
Thierno IB. BARRY
f3056c7a1d manage ES_JAVA_OPTS in template 2016-10-07 15:09:48 +02:00
Jakob Reiter
34f4c49e00 Added conditional for ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec, as its only available on ES >=2.0 2016-09-20 10:52:05 +02:00
Jakob Reiter
a9f01fed17 Updated systemd template with the changes from the one that ships with the .deb/.rpm.
Closes #149
2016-09-19 17:45:12 +02:00
Dale McDiarmid
77612a9d8e Support for role mapping 2016-09-19 13:57:09 +01:00
Dale McDiarmid
d94808d7e2 Merge remote-tracking branch 'elastic/master'
# Conflicts:
#	meta/main.yml
2016-08-30 11:58:36 +01:00
Dale McDiarmid
ab592724d8 Initial Shield support + latest gems + single plugin dir + new port/host vars 2016-07-22 23:44:27 +01:00
Emanuelis
19a794dafb LimitNOFILE configurable by es_max_open_files 2016-05-16 13:22:07 +03:00
gingerwizard
2b5d7c3ad3 Merge pull request #83 from jakommo/master
Merged debian init script changes from elasticsearch
2016-04-03 15:56:46 +01:00
Jakob Reiter
b5ed2fd9f3 Merged debian init script changes from https://github.com/elastic/elasticsearch/pull/16718.
Fixes #69
2016-03-21 17:12:29 +01:00
Dale McDiarmid
0fd1f34852 Fixes issue 70, Improves plugin management, Refactoring, Updates tests, Introduces multiple data dir support 2016-03-18 19:30:11 +00:00
Dale McDiarmid
86f2bd9a2d 2.0 Support + Plugin Directory Support + Supporting Tests + Defaults Change 2015-12-13 22:46:50 +00:00
Dale McDiarmid
0c7c338d6d Minor change for template 2015-11-27 19:42:52 +00:00