Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In API Manager 1.10.0 Analytics can be configured using both the UI or XML. Follow the instructions below to configure Analytics in APIM using XML:

  1. Open the <APIM_HOME>/repository/conf/api-manager.xml file.
  2. Carryout the following configuration changes under the <APIUsageTracking> element in the XML file.
    1. Enable Analytics by uncommenting and setting the <Enabled> element to true.

      <Enabled>false</Enabled>
    2. Define the <DASServerURL> value based on the Data Analytics Server (DAS) receivers.
      Example: {tcp://localhost:7612/,tcp://localhost:7613/}

    3. Define the <DASUsername> and <DASPassword> based on the DAS receivers.

    4. Define the <DASRestApiURL> element with the URL that will fetch data from DAS REST API.

    5. Set it as according to DAS master node

  3. Set DASRestApiUsername and DASRestApiPassword accroding to DAS REST
  4. Leave other configuration as default
  • No labels