Adding ES and Search hostname in configs. 87/4587/1
authordavesh <shwetank.dave@amdocs.com>
Thu, 1 Jun 2017 19:01:42 +0000 (15:01 -0400)
committerdavesh <shwetank.dave@amdocs.com>
Thu, 1 Jun 2017 19:12:04 +0000 (15:12 -0400)
Change-Id: I10613d18dddec8103c3ca6b44ccaa12adb160f23
Signed-off-by: davesh <shwetank.dave@amdocs.com>
data-router/dynamic/conf/entity-event-policy.xml
search-data-service/appconfig/elastic-search.properties

index 6c44ce3..0234b46 100755 (executable)
@@ -6,7 +6,7 @@
 
   <bean id="eepConfig" class="org.openecomp.datarouter.policy.EntityEventPolicyConfig" >
     <property name="sourceDomain" value="default" />
-    <property name="searchBaseUrl" value="<TO_REPLACE>" />
+    <property name="searchBaseUrl" value="https://aai.searchservice.simpledemo.openecomp.org:9509" />
     <property name="searchEndpoint" value="services/search-data-service/v1/search/indexes/" />
     <property name="searchEndpointDocuments" value = "documents" />
     <property name="searchEntitySearchIndex" value="entity-search-index" />
index 341418d..f874658 100755 (executable)
@@ -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