问题标签 [worklight-analytics]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
159 浏览

ibm-mobilefirst - Worklight v6 iwap

我设置了 Worklight V6 服务器和 IWAP。我发现我的 worklight 应用程序控制台有分析选项卡,并且有 IWAP 控制台。有仪表板视图、搜索视图、搜索日志视图、地理分析视图。

然后我将 WL.Logger.error 和 WL.Analytics.log 代码放在我的应用程序中并发出这些日志,但我在 IWAP 控制台上找不到任何数据。我的 IWAP 日志中有以下 NumberFormatException。我可以解决这个问题吗?

0 投票
1 回答
132 浏览

ibm-mobilefirst - 将多个 Worklight 6.0 WAR 安装与 WebSphere Analytics 一起使用

使用 WebSphere Analytics Platform 时,多个 Worklight 6.0 应用程序 WAR 安装(即控制台)是否可以指向 Analytics 部分的单个实例?或者,您是否必须为每个 WAR 安装单独的 Analytics 实例?

0 投票
1 回答
127 浏览

ibm-mobilefirst - 我们能否使用 IBM Worklight 开发人员版实施 IWAP 报告

我们能否使用 IBM Worklight 6.0 的开发人员版实施 IWAP 报告?如果是,请用技术文档或任何链接指导我。此功能是否仅适用于企业版或消费者版?如果是,那么我们如何在开发环境中实现/测试它。任何人都可以向我提供开发人员版本不可用的功能列表(我想到的是应用程序中心)。

0 投票
2 回答
616 浏览

ibm-mobilefirst - Worklight Console 中的“分析”选项卡为空

我添加了一个分析服务器(Linux,可从 http:///iwap/worklight/v1/index.html 访问)与我的 Worklight 6 服务器一起使用,但是,“分析”选项卡现在显示,但是,空的。

更改了 war 配置下的 wl.analytics.url 为“Web 模块的环境条目”并重新启动了应用程序。

Worklight V6 信息中心(在“安装和配置 IBM Websphere Analytics PLatform”|“配置 Worklight Server 以进行分析”下)说使用格式“http://<>iwap/v1/events/_bulk,但是,描述“Web 模块的环境条目”设置中的列说要使用“http:///iwap/v1/events/app_activities”。我已经尝试了这两种方法,结果相同,在分析选项卡下的屏幕为空。

现在不知道去哪里,有人成功设置了吗?

0 投票
2 回答
110 浏览

ibm-mobilefirst - 分析是否适用于工作室 Liberty Profile?

WL 6.0.0.1

我正在测试分析,并在 worklight studio 自由配置文件中配置了所有内容。当我在设备控制台和分析选项卡中看到分析跟踪时,一切似乎都是正确的,但小部件中根本没有数据。

我使用 WL Server Enterprise Edition 二进制文件配置了一个新的 Liberty 配置文件,在这个其他配置文件中,我可以看到分析小部件中的所有信息。

分析是否在工作室自由配置文件服务器中工作,或者我做错了什么?

谢谢你。

0 投票
1 回答
692 浏览

ibm-mobilefirst - WL.Analytics.log logs are not reflected in the analytics console (search tab)

WL 6.0.0.1

I'm using the WL.Analytics.log API but no entries appear in the analytics console. (I send more than 10 logs)

I have configured in the initOptions.js the property:

I have also tried with

In the worklight properties:

If I use WL.Client.logActivity it works. If I enable wl.analytics.logs.forward I see all the server logs. I also see the analytics sent by default when invoking an adapter, or the init event or the notifications events.

I have reviewed the analytics troubleshooting guide but I didn't find anything.

I really do not know what else to test or how to debug this.

Thank you.

0 投票
1 回答
224 浏览

ibm-mobilefirst - IBM Worklight 6.2。WAS ND 中的分析 JNDI 属性

关于 Worklight 6.2 分析。

https://www-01.ibm.com/support/knowledgecenter/api/content/SSZH4A_6.2.0/com.ibm.worklight.monitor.doc/monitor/t_setting_up_production_cluster.html

有几个 JNDI 属性需要配置,但没有说明如何在 WAS ND 中配置它们以及必须在哪个范围内配置(如果这有意义的话)

例如,worklight.properties 在应用程序安装期间被配置为应用程序属性。

如何在 WAS 上配置分析 JNDI 属性?

还有应该在哪个范围内配置它们,这也让我很苦恼。例如,它说像“analytics/shards”或“analytics/replicas_per_shard”这样的属性必须在第一个节点中配置,但对我来说,这些属性应该是在集群级别配置的属性,而不是在节点级别。

WAS ND 拓扑也是完全动态和灵活的,如果我删除那个“第一个”节点会发生什么?

0 投票
1 回答
232 浏览

ibm-mobilefirst - IBM Worklight 6.2。在 64 位 Linux 上安装分析。lib libsigar-amd64-linux.so 的问题

我试图在 Linux redhat 6 64 位的 WAS 8.5 独立服务器中安装分析。

在服务器中安装 .war 并最后使用父级配置类加载器后,当我尝试访问控制台时,尽管显示了控制台,但我在日志中收到此异常。

我在知识中心甚至谷歌中都没有找到任何关于此的文档。我们已经尝试过使用 yum,但我们还没有找到 lib。

有什么提示吗?

0 投票
2 回答
297 浏览

ibm-mobilefirst - How to get Worklight 6.1 Analytics custom events working on iOS/Android/mobileWeb?

I am having major issues getting Worklight Analytics custom events working (WL v6.1).

For my environment, I'm on the latest 6.1.0.1 (0718). We have installed Analytics on an AWS instance for development and I'm pointing to it via worklight.properties. The operational analytics dashboard is accessible and is showing correct basic analytics data.

I have problems across mobileWeb (using this for dev only), iPhone, and Android environments.

mobileWeb: analytics queue size increases forever and never triggers a send. I ran through the code in firebug and it appears to use the deprecated WL.Client.isConnected() method which always returns false for mobileWeb. So I hacked this to return true and was able to get mobileWeb working properly: queue is flushed after 10 messages and the result can be viewed in the Analytics console server log. This confirms that the analytics server is configured properly at least.

iPhone simulator: attempts to send after 10 messages have been queued. However I get a 400 from IHS on the analytics server. I have tried increasing the log level but was unable to produce anything more:

Android emulator: I see a TeaLeaf exception when the analytics send is called (after queuing 10 messages):

Here's the very basic analytics call, essentially a cut/paste from the WL 6.1 InfoCenter:

I iterate over this 10 times in a for loop in order to trigger the analytics send. Incidentally, I never get the "The queue was flushed" message but it seems to at least attempt a send on iPhone/Android.

Any help would be much appreciated. I can provide more info as-needed.

0 投票
3 回答
857 浏览

ibm-mobilefirst - Worklight Analytics 操作控制台为空

我正在尝试为 App 使用 Worklight Analytics 功能。我为分析和工作灯控制台分离了服务器。

我已经尝试以 3 种方式配置分析:

  1. 在 worklight.properties 中:

    /li>
  2. 在 initOptions.js 中:

    /li>
  3. 在服务器的配置中:

    /li>

运营分析页面没有数据。

在此处输入图像描述