Previous Topic: View the Transaction LogNext Topic: Standard Reports


Track Portal Usage in the Transaction Log

The CA Identity Governance server records user actions and changes to entities in its transaction log file. You can track user interaction with the CA Identity Governance Portal in the transaction log.

Note: You need administrator-level rights in the Portal to perform this procedure.To track Portal usage in the transaction log

  1. In the CA Identity Governance Portal, go to Administration, Settings, Property Settings.

    The Properties Settings window appears.

  2. Modify the following CA Identity Governance system properties to enable and configure tracking of portal usage.

    Note: To see all system properties that control transaction log tracking, filter the properties list using the string txlog.

    txlog.portal.login.enable

    Specifies whether to record an event in the transaction log when a user logs in to the CA Identity Governance Portal.

    Values: True, False

    txlog.portal.logout.enable

    Specifies whether to record an event in the transaction log when a user logs out of the CA Identity Governance Portal.

    Values: True, False

    txlog.webservice.login.enable

    Specifies whether to record an event in the transaction log when a web service logs in to the CA Identity Governance Portal.

    Values: True, False

    txlog.portal.pageaccess.enable

    Specifies whether to record events in the transaction log when users navigate in the CA Identity Governance Portal.

    Values: True, False

    txlog.portal.pageaccess.include.pageclasses

    Specifies the pages of the portal to include when tracking user navigation in the CA Identity Governance portal. Identify pages of the portal by their class names, and format the list as comma-separated values.

    Example: The following string enables tracking of user navigation to the portal homepage and the top-level dashboard and entity browser pages:

    com.eurekify.web.portal.homepage.HomePage,com.eurekify.web.dashboards.ConfigurationDashboardPage,com.eurekify.web.entitybrowser.EurekifyBrowserPage
    
    txlog.portal.pageaccess.exclude.pageclasses

    Specifies the pages of the portal to exclude when tracking user the navigation in the CA Identity Governance portal. Identify pages of the portal by their class names, and format the list as comma-separated values.

    Default: com.eurekify.web.portal.EmptyPage

  3. Save changes to system properties.

    Interactions with the CA Identity Governance Portal are recorded in the transaction log as defined.