These docs are for Cribl Edge 4.10 and are no longer actively maintained.
See the latest version (4.13).
Getting Started with Cribl Edge
This quick start guide shows you how to get Cribl Edge running.
You can either start with a free Cribl.Cloud instance, or deploy the Cribl Edge agent on a physical or virtual machine. We’ll cover both options below, so feel free to jump to the relevant section in this article:
Check the Minimum Deployment Requirements
Before you proceed, make sure that the hosts for all Cribl Edge agents – and for any Leader that you install on your own infrastructure – meet the System Requirements that we list for Linux and Windows.
Download and Install Cribl Edge
To install Cribl Edge, select the Linux or Windows tab below and follow the corresponding steps.
To avoid permissions errors, install and run Edge as the same Linux user. For details on creating a new user, see Enabling Start on Boot.
Navigate to the Cribl Downloads page.
Select either
x64
orARM
Cribl Suite from the drop-down. You can also copy and paste one of the providedcurl
scripts into a command-line interface.Open a command-line interface and navigate to the
/opt/
directory:cd /opt/
Un-tar the resulting
.tgz
file in the/opt/
directory.tar xvzf cribl-<version>-<build>-<arch>.tgz
For example:
tar xvzf cribl-4.3.1-12f82b6a-linux-x64.tgz
Edge is now installed in a
cribl
subdirectory, by default:/opt/cribl/
.Move it to the
cribl-edge
directory with:mv /opt/cribl/ /opt/cribl-edge
In your terminal, go to
/opt/cribl-edge/bin
and switch your installation to Edge mode:./cribl mode-edge
- From Cribl’s Download page, set the Software drop-down to
Cribl Edge for Windows
. - Click Download Now to get the
.msi
file. - Enter the following at your command prompt for a silent install:
msiexec /i cribl-<version>-<build>-<arch>.msi /qn
You can also install Cribl Edge from the
.msi
file using the Setup Wizard.
Run Cribl Edge
Now you can start, stop, and verify the Cribl Edge server using these ./cribl
CLI commands:
- Start:
./cribl start
- Stop:
./cribl stop
- Get status:
./cribl status
For other available commands, see CLI Reference.
In your browser, open
http://127.0.0.1:9420
and log in with default credentials (admin
,admin
).Register your copy of Cribl Edge when prompted.
After registering, you’ll be prompted to change the default password.
Quick Start with a Cloud Instance
As mentioned above, the Cribl Edge Leader Node can reside in a free Cribl.Cloud account. You’ll get a ready-to-use Cribl Leader that includes Cribl Edge functionality. For a detailed comparison, see Cribl.Cloud vs. Self-Hosted.
To get a Cribl.Cloud account:
- Go to https://cribl.cloud/signup/ and register an account.
- On the Create Organization page, optionally enter an Organization Name (a friendly alias for the randomly generated ID that Cribl will assign to your Organization).
- Select an AWS Region to host your Cribl.Cloud Leader. Cribl currently supports the following Regions:
US West (Oregon)
US East (Virginia)
US East (Ohio)
Europe (Frankfurt)
Europe (London)
Asia Pacific (Sydney)
Canada (Central)
For details on Cribl.Cloud Organizations and on managing users, refer to Cribl.Cloud documentation:
Add Edge Nodes
You now have a Cribl Leader running with Cribl Edge capabilities enabled, but still need to add Edge Nodes. To do this:
- From Cribl Edges’s top nav, select Manage > Edge Nodes.
- On the resulting Edge Nodes tab, click Add/Update Edge Node at the upper right and then select Linux > Add
- Copy the resulting script to your clipboard and close the modal.
- Paste the script onto your Edge Node’s command line and execute it.
To add an Edge Node on a Windows or using Docker or Kubernetes, refer to Add and Update Edge Nodes.
What’s Next?
Now that you have Cribl Edge running, you can try out the following resources: