diff options
author | davesh <shwetank.dave@amdocs.com> | 2017-05-25 10:44:42 -0400 |
---|---|---|
committer | davesh <shwetank.dave@amdocs.com> | 2017-05-25 11:24:23 -0400 |
commit | 1a1c85140d710f4e830c30dec66469c9e770e9a4 (patch) | |
tree | eb428f9dbb8622a3fbb172495f15a03af91916a4 /search-data-service | |
parent | 8f4b9fb1e082f7207a4c1b66b044f7f3910b3444 (diff) |
Added search, DR, ML, ES services.
Change-Id: Icce7b212046c70acad7457ccfd8bbf040da0d0bc
Signed-off-by: davesh <shwetank.dave@amdocs.com>
Diffstat (limited to 'search-data-service')
-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 7b442b0..341418d 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.cluster-name=ES_AAI es.ip-address= es.http-port=9200 |