You are here

constant ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK in Elasticsearch Connector 7.2

Same name and namespace in other branches
  1. 7.5 elasticsearch_connector.module \ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
  2. 7 elasticsearch_connector.module \ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
2 uses of ELASTICSEARCH_CONNECTOR_CLUSTER_STATUS_OK
elasticsearch_connector_check_status in ./elasticsearch_connector.module
Check if the status is OK.
elasticsearch_connector_get_cluster_info in ./elasticsearch_connector.module
Return cluster info.

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');