The *elasticsearch* role installs Elasticsearch from the Elastic.co Yum repository and manages basic node configuration.
6 lines
107 B
YAML
6 lines
107 B
YAML
elasticsearch_version: '6'
|
|
es_xmx: 1g
|
|
es_xms: '{{ es_xmx }}'
|
|
es_enable_gc_logging: false
|
|
es_log_size: 128M
|