diff options
-rwxr-xr-x | data-router/dynamic/conf/entity-event-policy.xml | 2 | ||||
-rwxr-xr-x | search-data-service/appconfig/elastic-search.properties | 2 |
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 |