---
title: "Boomi"
slug: "boomi"
updated: 2024-06-13T04:39:26Z
published: 2023-11-28T14:12:35Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://traceabledocs.document360.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Boomi

Dell Boomi is a cloud-based integration platform (iPaaS) service that enables organizations to connect applications, data, and processes across on-premises, cloud, and hybrid environments. While Boomi is not a network gateway, it facilitates communication and data exchange between systems within and across different organizations. It provides API management features, allowing the creation, publishing, and management of APIs.

Traceable supports data capture on Dell Boomi using eBPF. It provides an installation script for setting up eBPF-based data capture on a virtual machine. The script should be run to set up eBPF on the Boomi VM and to set up the Traceable Platform Agent on a separate VM.

The following diagram shows a high-level deployment diagram.

![](https://cdn.document360.io/24f14f07-13d1-4684-8fae-6d8f811768ee/Images/Documentation/traceable_boomi_deployment_architecture_updated(1).png)

---

## Before you begin

Make a note of the following points before proceeding with the integration:

- Save the Traceable agent token. Go to [Traceable's platform](https://app.traceable.ai/) and navigate to **Settings (![image-1638268402925](https://cdn.document360.io/24f14f07-13d1-4684-8fae-6d8f811768ee/Images/Documentation/image-1638268402925.png))** → **Account** → **Access Tokens → Agent Token**. Copy and save the token. You will need it in the Traceable agent installation process.

---

## Download the script

To download the script, go to Traceable's [download](https://downloads.traceable.ai/) site. Navigate to **install → traffic-mirroring → linux → latest**.****Click on the `install.sh` script to download it, or enter the following command in your terminal:

```actionscript
curl -O https://downloads.traceable.ai/install/traffic-mirroring/linux/latest/install.sh
```

Provide the execute permission to the script. Enter the following command:

```actionscript
chmod +x install.sh
```

---

## Installation

Use the installation script to deploy eBPF on Boomi VMs and the Traceable Platform agent on a centralized Traceable VM. Traffic is captured through eBPF from the Boomi machine and sent to the Platform agent running on the Traceable VM, as shown in the diagram above.

Follow the instructions in the [Traffic mirroring for VM](/docs/traffic-mirroring-for-vm) topic to complete the installation.

> **Note**
> 
> The Traffic mirroring topic explains the `--enable-java-tls-capture` flag. If your Boomi setup accepts TLS connections, then use this flag with the `ebpf-only` installation option.

---

## Verification

You can verify a successful installation of the Traceable Platform agent for Boomi by completing the following steps:

1. Log into the [Traceable platform](https://app.traceable.ai/).
2. Select your environment name from the **Environment** drop-down list.

This would display the mirrored data on the Traceable platform.
