summaryrefslogtreecommitdiffstats
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
parent8f3ba2c2b0c877bd7238ced1a472607d36147f0e (diff)
Adding ES and Search hostname in configs.
Change-Id: I10613d18dddec8103c3ca6b44ccaa12adb160f23 Signed-off-by: davesh <shwetank.dave@amdocs.com>
-rwxr-xr-xdata-router/dynamic/conf/entity-event-policy.xml2
-rwxr-xr-xsearch-data-service/appconfig/elastic-search.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/data-router/dynamic/conf/entity-event-policy.xml b/data-router/dynamic/conf/entity-event-policy.xml
index 6c44ce3..0234b46 100755
--- a/data-router/dynamic/conf/entity-event-policy.xml
+++ b/data-router/dynamic/conf/entity-event-policy.xml
@@ -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" />
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