Goxe  icon
Goxe  icon

Goxe

Goxe is a high-performance log reduction tool written in Go, designed to reduce noise in observability pipelines. It ingests logs via Syslog/UDP, normalizes and filters them, and aggregates identical or repetitive messages into a single-line format with occurrence counts.

This screenshot shows Goxe's terminal output. It displays a 'Partial Report' where repetitive log messages (like update versions and errors) are grouped with their occurrence count (e.g., [74961] repetitions). At the bottom, it highlights the tool's high efficiency, showing a memory footprint of less than 1MB while processing large volumes of data.

Cost / License

Platforms

  • Mac
  • Windows
  • Linux
2likes
0comments
0articles

Goxe News & Activities

Highlights All activities

Recent activities

Goxe information

  • Developed by

    VE flagDumbNoxx
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English
    • Spanish

AlternativeTo Categories

DevelopmentNetwork & Admin

GitHub repository

  •  61 Stars
  •  4 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Goxe was added to AlternativeTo by Dylan Marcano on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Goxe ?

Goxe is a high-performance log reduction tool written in Go, designed to reduce noise in observability pipelines. It ingests logs via Syslog/UDP, normalizes and filters them, and aggregates identical or repetitive messages into a single-line format with occurrence counts.

Key benefits:

Cost Reduction: Drastically lowers storage and bandwidth costs by reducing log volume.

Better Visibility: Cleans up log noise without losing track of recurring issues.

Lightweight: Designed to run continuously as a sidecar or as part of a logging pipeline.

Normalization: Strips timestamps, converts to lowercase, and removes whitespace for perfect aggregation.

Official Links