From 0429a71c2ca41cd311473c9485fa98bbcadaa542 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Wed, 27 Mar 2019 10:06:03 +0530 Subject: Issue-ID: DCAEGEN2-1055 RestConfCollector bug fixes Change-Id: I4623217ab69eaeecf1b5704172ad4de37e641312 Signed-off-by: s00370346 --- etc/DmaapConfig.json | 2 +- etc/collector.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 6aac252..e000e16 100755 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -6,7 +6,7 @@ "class": "HpCambriaOutputStream", "stripHpId": "true", "type": "out", - "cambria.hosts": "119.3.84.152:30227" + "cambria.hosts": "message-router:3904" } ] } diff --git a/etc/collector.properties b/etc/collector.properties index 96cc845..3bee48e 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -34,13 +34,13 @@ collector.rcc.appDescription = "DCAE RestConf Collector Application" ## ## Normally: ## -## - 8686 is http service +## - 8080 is http service ## - https is disabled by default (-1) ## ## - At this time, the server always binds to 0.0.0.0 ## ## The default port when collector.header.authflag is disabled (0) -collector.rcc.service.port=8686 +collector.rcc.service.port=8080 ## The secure port is required if collector.header.authflag is set to 1 (true) ## Authentication is only supported via secure port -- cgit 1.2.3-korg