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.

...

Info

You can try out the activity monitoring functionality, using the Message Tracing toolbox. For more information on an example on trying out activity monitoring, see Setting up Message Tracing for WSO2 ESB.

...

  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