From 752c4095e8ac871597fd7b0459d608f5bc099f59 Mon Sep 17 00:00:00 2001 From: davesh Date: Thu, 1 Jun 2017 15:01:42 -0400 Subject: Adding ES and Search hostname in configs. Change-Id: I10613d18dddec8103c3ca6b44ccaa12adb160f23 Signed-off-by: davesh --- search-data-service/appconfig/elastic-search.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search-data-service') diff --git a/search-data-service/appconfig/elastic-search.properties b/search-data-service/appconfig/elastic-search.properties index 341418d..f874658 100755 --- a/search-data-service/appconfig/elastic-search.properties +++ b/search-data-service/appconfig/elastic-search.properties @@ -1,5 +1,5 @@ # ElasticSearch Configuration es.cluster-name=ES_AAI -es.ip-address= +es.ip-address=aai.elasticsearch.simpledemo.openecomp.org es.http-port=9200 -- cgit 1.2.3-korg