Quickstart: Linux VM or Bare Metal
3 minute read
Overview
This guide helps you quickly deploy Edge Delta on a Linux VM or bare metal host for proof-of-concept purposes. For more advanced use cases, see the full Linux installation guide.
- Prepare a Linux VM or bare metal host
- Sign up with Edge Delta
- Create a pipeline
- Install the agent using the generated command
- Explore the Edge Delta interface
- Edit the pipeline configuration
1. Prepare a Linux VM
Ensure you have the following prerequisites:
- A Linux VM or bare metal host (Ubuntu, CentOS, RHEL, etc.)
sudo
privileges- Internet access from the host
2. Sign Up
- Visit the Edge Delta application web site.
- Click Sign Up.

- Enter your account details and click Register. Alternatively, click Sign up with Google.

Your selected password must adhere to the criteria for validation.
Now you are ready to install an Edge Delta pipeline.
3. Create a Pipeline
This step installs Edge Delta agents in your environment.
- You can join an existing organization if they allow your email domain. For a quick start in your own test organization, click Create New Organization.

- Next you create a pipeline. Click New Pipeline.


- Select Linux as the Environment.
- Enter a name for the pipeline (e.g.
web-server-dev
). - Click Generate Deployment Command.

- Copy the generated command.
Note: Use
sudo
if you want source detection across all user or service accounts.
- Run the command on your Linux VM.
This script will:
- Download the Edge Delta agent
- Install it under
/opt/edgedelta/agent
- Start the
edgedelta
system service
Edge Delta waits for a heartbeat signal from the VM before continuing.
- When your agents begin to transmit their health data, click View Pipeline to begin your data pipeline configuration.
- The pipeline configuration begins by creating a basic configuration and automatically detecting any sources in the cluster. Click View Sources Found.
- You select the sources you are interested in. For a quick start, select All Sources and click Add Sources.
The detected sources are configured in the pipeline and all the required node connections are completed for you. A default configuration is applied and your pipeline is now active.
- Click to turn off Edit Mode. This will reveal pipeline statistics per node if enough time has passed:
4. Explore the Edge Delta Interface
Use the UI to:
- View logs, metrics, and events
- Explore patterns, traces, and anomalies
- Monitor service health
- Visualize data flow via the pipeline map
With a new workload in your cluster your data might be limited as you explore the interface. You can also view the public Play environment, which is connected to Edge Delta managed workloads for demonstration purposes. See Try Edge Delta in a Sandbox.
See Also
- Need more customization? Check the full Linux installation guide.
Next Steps
Click Edit Mode to make further changes to your pipeline.