Skip to content

Latest commit

 

History

History
92 lines (80 loc) · 3.56 KB

File metadata and controls

92 lines (80 loc) · 3.56 KB

Intercept and inspect all HTTPS traffic through a proxy server that resides between your on-premises Mule apps and Anypoint Monitoring. To enable traffic inspection for your hybrid deployments, you must install the latest Anypoint Monitoring agent.

The Anypoint Monitoring agent that supports traffic inspection is available for Mule instances running on Linux at this time.

  • A Mule server that is registered in Runtime Manager is required.

    To set up a Mule server, see runtime-manager::servers-create.adoc.

  • You must have access to Anypoint Monitoring.

    An Anypoint Platform administrator can provide access from Access Manager, in Anypoint Platform. For more information, see monitoring::am-permissions.adoc.

To enable traffic inspection:

  1. If an Anypoint Monitoring agent is installed on your server, uninstall the agent and delete its /am subfolder:

    1. From your Mule home directory (MULE_HOME), run the following command to uninstall the agent:

      ./bin/uninstall
    2. Delete the /am subfolder from your Mule home directory.

  2. Download the Anypoint Monitoring agent zip file (am.version.zip) to your Mule home directory.

    The agent is available from TODO_TODO_TODO.

  3. Extract the zip file to add the /am subfolder to your Mule home directory.

  4. From the command line:

    1. Navigate to the /am subfolder, for example:

      cd am
    2. Install the agent to your Linux server:

      ./bin/install -p http:/proxy-server:port

      Replace http:/proxy-server:port with the URI of your proxy server and port.

  5. Restart your server in Runtime Manager.

    For guidance, see runtime-manager::servers-actions.adoc

  6. Return to your /am subfolder and run the setup script:

    ./bin/setup
  7. After approximately five minutes, check for your server’s metrics in Anypoint Monitoring.

  1. Open the Hybrid settings page in Anypoint Monitoring (US, EU).

    For more guidance, see monitoring::monitoring-settings-page.adoc.