library/roles/ELK/elasticsearch/defaults/main.yml: Add UTF-8 as the default encoding to the elasticsearch JDK parameters.

This commit is contained in:
Andrea Dell'Amico 2018-11-16 17:44:22 +01:00
parent 3463c7459a
commit b26b50f0a5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ elasticsearch_max_local_storage_nodes: 1
elasticsearch_destructive_requires_name: 'true' elasticsearch_destructive_requires_name: 'true'
elasticsearch_define_heap_size: False elasticsearch_define_heap_size: False
elasticsearch_heap_size: 2g elasticsearch_heap_size: 2g
elasticsearch_additional_java_opts: '-server -Djava.awt.headless=true' elasticsearch_additional_java_opts: '-server -Djava.awt.headless=true -Dfile.encoding=UTF-8'
elasticsearch_max_open_files: 65536 elasticsearch_max_open_files: 65536
# Compatibility with kernels <= 3.5. Set to False if you are using a newer kernel # Compatibility with kernels <= 3.5. Set to False if you are using a newer kernel
elasticsearch_disable_bootstrap_syscall_filter: True elasticsearch_disable_bootstrap_syscall_filter: True