summaryrefslogtreecommitdiffstats
path: root/search-data-service
diff options
context:
space:
mode:
authordavesh <shwetank.dave@amdocs.com>2017-06-01 15:01:42 -0400
committerdavesh <shwetank.dave@amdocs.com>2017-06-01 15:12:04 -0400
commit752c4095e8ac871597fd7b0459d608f5bc099f59 (patch)
treecc1bc6825ae5c04353dc5744adfe0794fcdec937 /search-data-service
parent8f3ba2c2b0c877bd7238ced1a472607d36147f0e (diff)
Adding ES and Search hostname in configs.
Change-Id: I10613d18dddec8103c3ca6b44ccaa12adb160f23 Signed-off-by: davesh <shwetank.dave@amdocs.com>
Diffstat (limited to 'search-data-service')
-rwxr-xr-xsearch-data-service/appconfig/elastic-search.properties2
1 files changed, 1 insertions, 1 deletions
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