cleanup some values related to 5.x version
We can remove them since 5.x is no more supported
This commit is contained in:
parent
e45c902e5e
commit
be7941438c
2 changed files with 1 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ es_data_dirs:
|
|||
es_log_dir: "/var/log/elasticsearch"
|
||||
es_action_auto_create_index: true
|
||||
es_max_open_files: 65536
|
||||
es_max_threads: "{{ 2048 if ( es_version is version_compare('6.0.0', '<')) else 8192 }}"
|
||||
es_max_threads: 8192
|
||||
es_max_map_count: 262144
|
||||
es_allow_downgrades: false
|
||||
es_xpack_features: []
|
||||
|
|
|
|||
|
|
@ -15,10 +15,6 @@ node.name: {{inventory_hostname}}
|
|||
|
||||
# Path to directory containing configuration (this file and logging.yml):
|
||||
|
||||
{% if (es_version is version_compare('6.0.0', '<')) %}
|
||||
path.conf: {{ es_conf_dir }}
|
||||
{% endif %}
|
||||
|
||||
path.data: {{ es_data_dirs | array_to_str }}
|
||||
|
||||
path.logs: {{ es_log_dir }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue