Stanza is a fast and lightweight log transport and processing agent. It's designed as a modern replacement for Fluentd, Fluent Bit, and Logstash and can run as a standalone agent on all major operating systems. Stanza is also highly integrated to perform seamlessly with the applications in Google Cloud Platform (GCP) based production environments.
Stanza has been contributed to the OpenTelemetry project and will be intergrated into the OpenTelemetry collector.
- Flexible
- Supports many different input types such as file, journald, windows events, tcp / udp, and external APIs (cloudwatch, azure log analytics) as well as parsing with json and regex.
- Easily extended by writing an "operator" or "plugin" which is just a unit of code that performs a task such as reading data from a source, parsing data, or shipping data.
- Pre-built Plugins
- Over 80 Plugins have been pre-built and are ready to be configured.
- Lightweight with low resource consumption
- Uses next to no resource while idling. It does not pollute the system with tons of clutter, it exists strictly in /opt/observiq/stanza with just a few files.
- Written in pure Go
- Everything is self contained into a single binary, there are no external dependencies.
- High Performance
- Stanza is proven to be significantly faster than fluentd and more stable at high throughput than fluentbit.
Supported Plugins
Utilize Plugins to get up and running quickly. Here are some of our top Plugins:
These are many of the Plugins supported by Stanza, with more being developed all the time. View a full list of Plugins here.
To install Stanza, we recommend using our single-line installer provided with each release. Stanza will automatically be running as a service upon completion.
sh -c "$(curl -fsSlL https://github.com/observiq/stanza/releases/latest/download/unix-install.sh)" unix-install.sh[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; Invoke-Expression ((New-Object net.webclient).DownloadString('https://github.com/observiq/stanza/releases/latest/download/windows-install.ps1')); Log-Agent-InstallFor more details on installation and configuration, check out our full Quick Start Guide!
Stanza is an open source project. If you'd like to contribute, take a look at our contribution guidelines and developer guide. We look forward to building with you.
Stanza follows the CNCF Code of Conduct. Please report violations of the Code of Conduct to any or all maintainers.
Check out our FAQ, or open an issue with your question. We'd love to hear from you.

