From 0a1d8c91e6bc7a2fb98a2582b2431a5f05f6b53b Mon Sep 17 00:00:00 2001 From: charitha Date: Mon, 9 Oct 2017 17:58:03 +0530 Subject: [PATCH] Add oauth http publisher --- .../src/analytics/conf/output-adapter-change.xml | 16 +++++++++++++++- modules/p2-profile/analytics-profile/pom.xml | 13 ++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/modules/distribution/src/analytics/conf/output-adapter-change.xml b/modules/distribution/src/analytics/conf/output-adapter-change.xml index 89d97b19..87fe69b7 100644 --- a/modules/distribution/src/analytics/conf/output-adapter-change.xml +++ b/modules/distribution/src/analytics/conf/output-adapter-change.xml @@ -2,7 +2,21 @@ /outputEventAdaptersConfig/adapterConfig[@type="websocket"] - + + + 8 + 100 + 20000 + 10000 + 60 + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.gateway.host}:${iot.gateway.https.port}/token + tcp://${mqtt.broker.host}:${mqtt.broker.port} + admin + admin + + + 8 100 diff --git a/modules/p2-profile/analytics-profile/pom.xml b/modules/p2-profile/analytics-profile/pom.xml index 33061356..15804c16 100644 --- a/modules/p2-profile/analytics-profile/pom.xml +++ b/modules/p2-profile/analytics-profile/pom.xml @@ -400,9 +400,12 @@ org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.devicegroup.feature:${carbon.device.mgt.plugin.version} - - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature:${carbon.device.mgt.plugin.version} - + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.analytics.feature:${carbon.device.mgt.plugin.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.androidsense.analytics.feature:${carbon.device.mgt.plugin.version} + org.wso2.carbon.devicemgt-plugins:org.wso2.gpl.siddhi.extension.geo.script.feature:${carbon.device.mgt.plugin.version} @@ -854,6 +857,10 @@ org.wso2.extension.siddhi.devicegroup.feature.group ${carbon.device.mgt.plugin.version} + + org.wso2.carbon.device.mgt.iot.analytics.feature.group + ${carbon.device.mgt.plugin.version} +