How to monitor a web application using WSO2 BAM?

180 Views Asked by At

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:

Setting up Message Tracer Filter to a web application

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?

1

There are 1 best solutions below

4
On

All the data sent from data agents to BAM are stored in Cassandra database. In BAM you will see the menu item, "Cassandra Explorer". GO there and add the localhost:9160 as the url, admin/admin as username/password. You will see the content of Cassandra database. Go to "EVENT_KS" column family and explore the column family related to the data received from data agents. 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.