Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

...

...

Table of Contents
maxLevel3
minLevel3

Configuring web application statistics monitoring with BAM

...

  1. Log into the AS management console. 

    Info

    Webapp data publishing settings need to be configured separately for the tenants.

  2. On the Configure menu tab, click Webapp Data Publishing.

  3. Select the Enable webapp stats option.
     
  4. Leave the Stream Name, Version, Nick Name, Description as it is.
    If you need to change the latter fields, you will have to make some more changes in the tool box and hive script. 
  5. Enter the Receiver URL.
    This refers to the Thrift URL. This is normally tcp://{host}:7611. If you need to use SSL for this the URL will be tcps://{host}:7711. If you change the offset of the BAM server to 1, both ports will be incremented by 1 (7612, 7712)
  6. Enter the Cassandra Username. 
  7. Enter the Cassandra Password.
  8. Click Update to successfully configure the AS for Data publishing to BAM.

...

Enabling monitoring via the UI
  1. On the Main menu tab, under the Applications menu, click List.
  2. Click the Context link of the respective web application.
    The selected application dashboard will appear. 
     
  3. Select the Enable Click Activate, to enable BAM statistics checkbox.
    Image Removed Image Added

Enabling monitoring via the web.xml

...

Step 6: Invoke the web application that has enabled statistics monitoring

  1. On Access the AS management console.

  2. Main menu, under the Applications list caption, click List.

  3. Click the respective web application context link.
    The application dashboard will appear. 

  4. Click the web applications services link (e.g., /jaxrs_basic/services).

Step 7: Schedule or execute the webapp statistics

  1. Access the BAM management console.
  2. On the Main menu, under Analytics, click click List.
    The webapp statistics will be displayed.
  3. Execute the webapp statistics or schedule its running sequence.

...