This is the latest release in the 6.x.x family. For EI 7.0.0, click here.

All docs This doc

Versions Compared

Key

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

...

  1. Open the carbon.xml file (stored in the <EI_HOME>/conf/ directory).
  2. Under <Analytics>, enter the relevant configurations as described in the table below. 

    PropertyRequired ValueExample
    ServerURL

    The URL to which the EI statistics are published as events. The format of this URL can be one of the following:

    • <protocol>://<hostname
    • <ip>:<port>

    When you deploy EI Analytics as an HA cluster, enter the URLS of the Analytics nodes as a list of comma-separated URLSURLs that are separated by vertical bars (|).

    AuthServerURL

    When the authentication of EI statistics published to EI Analytics is carried out in a separate server, set this parameter to specify the URL of that authentication server.

    The format of this URL can be one of the following:

    • <protocol>://<hostname
    • <ip>:<port>
    ssl://localhost:7712
    UsernameThe username to use when accessing the WSO2 EI Analytics server to publish configurations.admin
    PasswordThe password to use when accessing the WSO2 EI Analytics server to publish configurations.admin



  3. PropertyDescription
    mediation.flow.statistics.enable

    Set this property to true and enable statistics for the required ESB artifact, to record information such as the following, and publish them to the Analytics profile.

    • The time spent on each mediator.
    • The time spent to process each message.
    • The fault count of a single message flow.

      Open the synapse.properties file (stored in the <EI_HOME>/conf/ directory) and configure the following property.

...