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 /data-router/dynamic | |
parent | 8f3ba2c2b0c877bd7238ced1a472607d36147f0e (diff) |
Adding ES and Search hostname in configs.
Change-Id: I10613d18dddec8103c3ca6b44ccaa12adb160f23
Signed-off-by: davesh <shwetank.dave@amdocs.com>
Diffstat (limited to 'data-router/dynamic')
-rwxr-xr-x | data-router/dynamic/conf/entity-event-policy.xml | 2 |
1 files changed, 1 insertions, 1 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" /> |