diff options
author | davesh <shwetank.dave@amdocs.com> | 2017-06-01 15:01:42 -0400 |
---|---|---|
committer | davesh <shwetank.dave@amdocs.com> | 2017-06-01 15:12:04 -0400 |
commit | 752c4095e8ac871597fd7b0459d608f5bc099f59 (patch) | |
tree | cc1bc6825ae5c04353dc5744adfe0794fcdec937 /search-data-service/appconfig/elastic-search.properties | |
parent | 8f3ba2c2b0c877bd7238ced1a472607d36147f0e (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/appconfig/elastic-search.properties')
-rwxr-xr-x | search-data-service/appconfig/elastic-search.properties | 2 |
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 |