简体   繁体   English

如何使用WSO2 BAM监视Web应用程序?

[英]How to monitor a web application using WSO2 BAM?

I have a web application (java) and I want to monitor it from the BAM, everything I have done so far is explained in this link: 我有一个Web应用程序(java),我想从BAM监视它,到目前为止,我在此链接中所做的所有事情都得到了解释:

Setting up Message Tracer Filter to a web application 设置Message Tracer筛选器到Web应用程序

But I do not know how to see the result of this in the BAM, ie how can I see in the BAM, the data being sent by the application? 但是我不知道如何在BAM中看到此结果,即我如何在BAM中看到应用程序正在发送的数据?

All the data sent from data agents to BAM are stored in Cassandra database. 从数据代理发送到BAM的所有数据都存储在Cassandra数据库中。 In BAM you will see the menu item, "Cassandra Explorer". 在BAM中,您将看到菜单项“ Cassandra Explorer”。 GO there and add the localhost:9160 as the url, admin/admin as username/password. 去那里并添加localhost:9160作为URL,admin / admin作为用户名/密码。 You will see the content of Cassandra database. 您将看到Cassandra数据库的内容。 Go to "EVENT_KS" column family and explore the column family related to the data received from data agents. 转到“ EVENT_KS”列族,并探索与从数据代理接收的数据相关的列族。 I do not know the name of the column family but you can explore each of them and see which one is the related one. 我不知道列族的名称,但是您可以浏览它们中的每一个,看看哪个是相关的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM