{% if values['es_connection'] == '....' %}
{% if values['es_connection_check'] != '....' %}
Can not connect to ElasticSearch. {{ values['es_connection_check'] }}
{% endif %}
- CLV Prediction process will use this folder for import results with '.csv' format.
- In order to import Charts of data in '.csv' format 'built_in_reports' folder will be created at this folder.
It is important to run ElasticSearch server with;
ES_JAVA_OPTS="-Xms4g -Xmx4g"
This will help us to improve the capacity of ElasticSearch that is able to use.
Optional - generated with host and port
{% endif %}
{% if values['es_connection'] != '....' %}
{% endif %}