VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Notice: Undefined index: cluster_name #59

Closed VeggieMeat closed 9 years ago

VeggieMeat commented 9 years ago

Original issue: https://www.drupal.org/node/2372963

After saving the Elasticsearch settings for connection it says the connection is enabled but on top it show me the following error messages.

Notice: Undefined index: cluster_name in SearchApiElasticsearchAbstractService->getExtraInformation() (line 942 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: status in SearchApiElasticsearchAbstractService->getExtraInformation() (line 946 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: number_of_nodes in SearchApiElasticsearchAbstractService->getExtraInformation() (line 950 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: number_of_data_nodes in SearchApiElasticsearchAbstractService->getExtraInformation() (line 954 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: active_primary_shards in SearchApiElasticsearchAbstractService->getExtraInformation() (line 958 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: active_shards in SearchApiElasticsearchAbstractService->getExtraInformation() (line 962 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: relocating_shards in SearchApiElasticsearchAbstractService->getExtraInformation() (line 966 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: initializing_shards in SearchApiElasticsearchAbstractService->getExtraInformation() (line 970 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).
Notice: Undefined index: unassigned_shards in SearchApiElasticsearchAbstractService->getExtraInformation() (line 974 of /html/stage2/sites/all/modules/search_api_elasticsearch/includes/SearchApiElasticsearchAbstractService.inc).