SigNoz Cloud - This page is relevant for SigNoz Cloud editions.
Self-Host - This page is relevant for self-hosted SigNoz editions.

Logs Pipelines Overview

Logs Pipelines transform your raw logs into structured, queryable data before storage. Extract fields, parse JSON, normalize attributes, and enrich your logs from the SigNoz UI without redeploying your applications.

Why Use Logs Pipelines?

Raw logs contain valuable information, but it's often buried in unstructured text. Without parsing, you can only search the full log body, making filtering and aggregation difficult or impossible.

With Logs Pipelines, you can extract fields like user agent, status code, or IP address into structured attributes. These attributes become queryable columns you can filter, group by, and aggregate.

Nginx Log with/without parsing
Nginx Log with/without parsing

Once fields are extracted, you can build dashboards and reports like tracking requests by user agent or analyzing error rates by endpoint.

Nginx Requests Count by User Agent
Aggregation by User Agent, enabled by extracting fields from raw logs

Getting Started

  • Concepts — Understand pipelines and processors
  • Logs Parsing — Learn to create pipelines and choose the right parser

Parsing Guides


Log Enrichment


Reference

Last updated: January 8, 2026

Edit on GitHub

Was this page helpful?