【问题标题】:Events are not visible on wso2 esb 5.0.0 analytics事件在 wso2 esb 5.0.0 分析上不可见
【发布时间】:2017-04-11 13:53:26
【问题描述】:

我正在尝试用esb analytics 配置wso2 esb5.0.0。我使用了 wso2 文档中给出的默认配置。 ESB9443 上运行,esb 分析在 9444 上运行。我正在调用我的test 代理,但analytics 仪表板中没有条目。以下是configsproxy

突触.属性

# Configuration to enable mediation flow analytics

mediation.flow.statistics.enable=true

mediation.flow.statistics.tracer.collect.payloads=true

mediation.flow.statistics.tracer.collect.properties=true

mediation.flow.statistics.event.consume.interval=1000

mediation.flow.statistics.event.clean.interval=15000



# Configuration to enable statistics globally irrespective of the individual artifact level setting

mediation.flow.statistics.collect.all=true

代理:

<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
       name="test"
       startOnLoad="true"
       statistics="enable"
       trace="enable"
       transports="http,https">
   <target>
      <inSequence>
         <log level="full" separator="*****"/>
      </inSequence>
      <outSequence>
         <respond/>
      </outSequence>
   </target>
   <description/>
</proxy>

任何人都可以帮助我缺少什么吗?

【问题讨论】:

    标签: wso2 wso2esb wso2-das


    【解决方案1】:

    您正确配置了发布分析并且没有遗漏任何内容。当分析服务器检索数据时,您可能需要等待几分钟才能发布数据。

    您可以通过管理控制台中的数据浏览器验证您的事件是否正在发布到分析节点。

    您必须导航到管理控制台 (https://localhost:9444/carbon),然后导航到数据浏览器(主页 > 管理 > 交互式分析 > 数据浏览器)。并检查表值。

    您在问题中指出的经过测试的示例场景,它可以正常工作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-11-19
      相关资源
      最近更新 更多