Quickstart: Linux VM or Bare Metal

Get started with default settings using virtual machines or bare metal.

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.

  1. Prepare a Linux VM or bare metal host
  2. Sign up with Edge Delta
  3. Create a pipeline
  4. Install the agent using the generated command
  5. Explore the Edge Delta interface
  6. 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

  1. Visit the Edge Delta application web site.
  2. Click Sign Up.
  1. 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.

  1. 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.
  1. Next you create a pipeline. Click New Pipeline.
  1. You can choose either cloud or edge. For a quick start, choose Edge.
  1. Select Linux as the Environment.
  2. Enter a name for the pipeline (e.g. web-server-dev).
  3. Click Generate Deployment Command.
  1. Copy the generated command.

Note: Use sudo if you want source detection across all user or service accounts.

  1. 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.

  1. When your agents begin to transmit their health data, click View Pipeline to begin your data pipeline configuration.
  2. The pipeline configuration begins by creating a basic configuration and automatically detecting any sources in the cluster. Click View Sources Found.
  3. 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.

  1. 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

Next Steps

Click Edit Mode to make further changes to your pipeline.

See Pipeline Quickstart Overview.