You are here

constant ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK in Elasticsearch Connector 7

Same name and namespace in other branches
  1. 7.5 elasticsearch_connector.module \ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
  2. 7.2 elasticsearch_connector.module \ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
1 use of ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
elasticsearch_connector_check_status in ./elasticsearch_connector.module
Check if the status is OK.

File

./elasticsearch_connector.module, line 14
This module provide an interface to connecting to the elasticsearch cluster and implementing the official Elasticsearch library.

Code

define('ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK', '200');