mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
Merge pull request #252 from dcleric/Add-jmx-remote-for-monitoring
Ability to add custom jvm options
This commit is contained in:
@@ -36,3 +36,5 @@ pid_dir: ''
|
||||
log_dir: ''
|
||||
conf_dir: ''
|
||||
data_dirs: ''
|
||||
# JVM custom parameters
|
||||
es_jvm_custom_parameters: ''
|
||||
|
||||
@@ -106,3 +106,8 @@
|
||||
# WARNING: This option will be removed in Elasticsearch 6.0.0 and is provided
|
||||
# only for migration purposes.
|
||||
#-Delasticsearch.json.allow_unquoted_field_names=true
|
||||
{% if es_jvm_custom_parameters !='' %}
|
||||
{% for item in es_jvm_custom_parameters %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user