Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To support new activity monitoring scenarios, you have a special global index to group all the correlated events per single activity. However, it is mandatory to publish correlated activity ID (correlated data property named activity_id should be defined along with the stream definition) with relevant events.

The activity monitoring dashboard is used to display activity IDs that are matching with certain filter criteria(for example : date-time range, server, service and operation). In addition, all the events which belong to specific activity ID can be displayed. Activity monitoring dashboard directly connects to Cassandra cluster to get the result. This is different than the previous activity monitoring dashboards where previously it was required to run Hive scripts.

Info

Currently you You can try out the activity monitoring functionality, using only the samples available on Message Tracing toolbox. For more information, see Setting up Message Tracing for WSO2 ESB.

Monitoring activities on dashboard

  1. Click Activity Dashboard in the Main menu.
  2. Enter the connection details to connect to Cassandra cluster and click Login.


    • Connection Url* : connection url of the Cassandra cluster with ip and port. e.g., localhost:9160 , 10.8.99.101:9161. This field is mandatory.
    • Username : Username of the Cassandra cluster.
    • Password : Password of the Cassandra cluster.
  3. Successful login will redirect you to the search page. There are two types of search,
    1. Simple Search - Activities can be searched by there transaction state(success or failed activities).
      Image Modified
    2.  Advanced search - Advanced search query can be provided to perform activity search by giving filter criteria. See Indexing in Cassandra and Searching Cassandra Data for more details about this.
      Image Modified
  4. Matching activities along with their start and end times will be displayed in 'Activities' page.
    Image Modified
  5. Once click on an activity ID, all the events that belong to that particular activity will be displayed in 'Events' page.
    Image Modified
  6. Once click on a particular event, event information will be displayed in expanded view.
    Image Modified