Home / Stream/ Setting Up Cribl Stream/ On-Prem Deployment/OS and System Requirements

OS and System Requirements

For a successful Cribl Stream deployment, verify that your system meets the minimum hardware and software specifications outlined below.

Leader Node Requirements

Given the Leader’s critical role in coordinating Worker instances, we recommend deploying it on a stable and highly available infrastructure.

All the quantities listed below are minimum requirements.

SpecificationRequirements
OS
  • Linux kernel >= 3.10 and glibc >= 2.17, OpenSSL >= 3.0.
  • Example distributions: Ubuntu 16.04, Debian 9, RHEL 8, CentOS Linux 8, CentOS Stream 9, SUSE Linux Enterprise Server 12, Amazon Linux 2.
  • Tested so far on Ubuntu (14.04, 16.04, 18.04, and 20.04), CentOS Stream 9, and Amazon Linux 2.
  • As of October 16, 2024, Cribl has deprecated support for the CentOS Linux 7 distro, which reached its end of life on June 30, 2024.
System
  • 1 GHz (or faster), 64-bit CPU.
  • 4+ physical cores*, 8 GB+ RAM – all beyond your basic OS/VM requirements.
  • 5 GB free disk space.
* We assume that 1 physical core is equivalent to 2 virtual/hyperthreaded CPUs (vCPUs).
Gitgit must be available on the Leader Node. See details below.
Browser SupportThe five most-recent versions of Chrome, Firefox, Safari, and Microsoft Edge.

Worker Node and Single-Instance Requirements

This section outlines the requirements for deploying Worker Nodes and Single-instance deployments. For a deeper understanding of these concepts, see Worker Nodes and Single-instance deployments.

Requirements

The Worker Node requirements are identical to Single-instance deployments. All quantities listed below are minimum requirements.

SpecificationRequirements
OS
  • Linux kernel >= 3.10 and glibc >= 2.17, OpenSSL >= 3.0.
  • Example distributions: Ubuntu 16.04, Debian 9, RHEL 8, CentOS Linux 8, CentOS Stream 9, SUSE Linux Enterprise Server 12, Amazon Linux 2.
  • Tested so far on Ubuntu (14.04, 16.04, 18.04, and 20.04), CentOS Stream 9, and Amazon Linux 2.
  • As of October 16, 2024, Cribl has deprecated support for the CentOS Linux 7 distro, which reached its end of life on June 30, 2024.
System
  • 1 GHz (or faster), 64-bit CPU.
  • 4+ physical cores*, 8 GB+ RAM – all beyond your basic OS/VM requirements.
  • 5 GB free disk space.
* We assume that 1 physical core is equivalent to 2 virtual/hyperthreaded CPUs (vCPUs).
Gitgit must be available on the Leader Node. See details below.
SELinux Supportenforcing mode is supported, but not required.

Requirements Considerations

Keep the following considerations in mind:

Cloud VM Recommendations

To fulfill the requirements using cloud-based virtual machines, see Recommended AWS, Azure, and GCP Instance Types.

Core Equivalency

We consider 1 physical core to be equivalent to:

  • 2 virtual/hyperthreaded CPUs (vCPUs) on Intel/Xeon or AMD processors
  • 1 (higher-throughput) vCPU on Graviton2/ARM64 processors

Memory Requirements

  • Each Worker Process can consume memory up to its maximum heap size, plus Node.js overhead, and additional memory that scales with configuration (e.g., Destination type and number).
  • Ensure your total host memory allocation covers the memory usage of all Worker Processes and OS requirements.
  • Continuously monitor Node memory usage, especially after configuration changes.
  • For additional details, see Estimating Number of Cores.

Capacity Planning

See Sizing and Scaling for capacity planning details.

Set Capabilities for Cribl Stream

If Cribl Stream needs to listen on low ports 1–1024, it will need privileged access. You can set Linux capabilities that grant Cribl Stream sufficient rights to perform specific privileged tasks, based on kernel privilege. To run Cribl Stream as non-root user, consider setting the following capabilities:

Set Linux CapabilitiesPermissions
CAP_NET_BIND_SERVICEAllows Cribl Stream to push Sources that bind to TCP/UDP port numbers below 1024.
CAP_DAC_READ_SEARCHAllows the cribl user to access the File Monitor Source’s Manual mode feature. This capability bypasses the default Linux permissions for files and directories.
CAP_SYS_PTRACEAllows the cribl user to scan open files for running processes, and to access the File Monitor Source’s Auto-mode feature.

For details about setting these capabilities, see Persisting Overrides.

Set the CRIBL_HOME Environment Variable

The CRIBL_HOME env is available in the Cribl Stream application, but not on your terminal. If you want to use $CRIBL_HOME, you can:

  • Assign it once, using the export command: export CRIBL_HOME=/opt/cribl
  • Set it as a default, by adding it to your to your terminal profile file.

Version Control with git

Cribl Stream requires git (version 1.8.3.1 or higher) to be available locally on the host where the Leader Node will run. Configuration changes must be committed to git before they’re deployed.

If you don’t have git installed, see Git Documentation for details on how to get started.

The Leader Node uses git to:

  • Manage configuration versions across Worker Groups.
  • Provide users with an audit trail of all configuration changes.
  • Allow users to display diffs between current and previous config versions.

Port Requirements

  • Configure firewalls on Leader and Worker hosts to allow outbound HTTPS connections to https://cdn.cribl.io on port 443 during installation.

  • Refer to the list of required ports for Distributed deployments to function, and verify that they are continously open.

  • If your network requires a proxy, configure your system proxy settings as described in System Proxy Configuration. Be sure to exclude cluster communication from the proxy to avoid performance issues.

  • Cribl prioritizes S3 downloads for Worker Nodes, with automatic fallback and firewall allowlisting tips for optimal performance. See, Optimized Bundle Delivery from S3 for details.

FIPS Mode Requirements

Federal Information Processing Standards (FIPS) is a set of US government standards and guidelines for information security. You can deploy Cribl Stream in FIPS mode. This mainly restricts the cryptographic algorithms used within Cribl Stream, and also enforces stricter password requirements.

To learn about system and password requirements, as well as instructions for running Cribl Stream in FIPS mode, refer to the FIPS Mode document.