Skip to content

LogPipeline: syslog ingestion path does not use LogPipeline #2514

Description

@netmstnet

Bug

LogPipeline processing is ONLY wired in OtelLogsIngestService (OTLP endpoint /otlp). The syslog endpoint /syslog/v1/logs uses SyslogIngestService which has NO LogPipeline call. All syslog-ingested data bypasses the pipeline entirely.

Where

App/FeatureSet/Telemetry/Services/SyslogIngestService.ts

Missing:

  1. Import: import LogPipelineService, { LoadedPipeline } from "./LogPipelineService";
  2. Pipeline loading at start of processSyslogAsync()
  3. LogPipelineService.processLog() call before dbLogs.push()

Reproduction

  1. Deploy OneUptime v10.8.2
  2. Create a LogPipeline with a CategoryProcessor that adds log.category attribute
  3. Send syslog data to /syslog/v1/logs
  4. Check ClickHouse: attributes['log.category'] is always NULL for syslog-ingested logs
  5. Same pipeline works for OTLP-ingested logs (/otlp)

Impact

Syslog is the primary ingestion method for many deployments. Without this, LogPipeline doesn't work for the most common log source.

Environment

OneUptime v10.8.2 Community Edition, Docker Compose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions