{% extends 'base.html' %} {% block content %}
{% if elastic_status_display == 'ON' %}
{{_('Connection Info')}}

{{_('Active')}}


127.0.0.1

{{_('*or localhost')}}

9200

{{_('*Access to the service is NOT available from other servers.')}}
{{_('Elasticsearch Settings')}}
{% elif elastic_status_display == 'NOT INSTALLED' %}

{{_('Elasticsearch is not currently installed.')}}

{{_('To install Elasticsearch click on the button bellow.')}}

{% elif elastic_status_display == 'OFF' %}

{{_('Elasticsearch is currently disabled.')}}

{{_('To enable Elasticsearch click on the button bellow.')}}

{% else %}

{{_('Elasticsearch service status is unknown.')}}

{{_('Unable to determinate current elasticsearch service status, try Start&Stop actions.')}}
{{_('If the issue persists please contact support.')}}

{% endif %} {% endblock %}