This documentation is for WSO2 Identity Server 5.2.0 . View documentation for the latest release.

Versions Compared

Key

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

...

Tip

Open the Management Consoles of the two WSO2 products in two separate browsers to avoid signing off from one Management Console when you sign into the other.

Enabling

...

analytics for Identity Server

By enabling "DASAuthnDataPublisherImpl" you can enable To enable publishing statistics for WSO2 Identity Server . You in WSO2 Analytics - IS, you need to enable this listner in the Identity.xml which is found in the <IS DASAuthnDataPublisherImpl listener. In order to do this, the DASAuthnDataPublisherImpl property should be set to true in the <IS_HOME>/repository/conf/identity/ directory. Following is an example of enabling the listenerIdentity.xml file as shown below.

Code Block
<EventListener type="org.wso2.carbon.identity.core.handler.AbstractIdentityHandler"
               name="org.wso2.carbon.identity.data.publisher.application.authentication.impl.DASAuthnDataPublisherImpl"
               orderId="11" enable="true"/>

...