Skip to content

Releases: diptanshu1044/uplog

v0.1.2-beta

06 Jun 15:48

Choose a tag to compare

Uplog v0.1.2

First public release of the Uplog agent.

Features

  • Configuration-driven agent setup using TOML

  • Log file tailing and ingestion

  • System metrics collection

  • In-memory buffering for logs and metrics

  • HTTP shipping to a backend endpoint

  • Retry handling for transient network failures

  • Cross-platform builds for:

    • Linux x86_64
    • Linux ARM64
    • macOS Intel
    • macOS Apple Silicon
    • Windows x86_64

Installation

Download the binary for your platform from the release assets and make it executable if required.

Example (Linux):

chmod +x uplog-linux-x86_64
./uplog-linux-x86_64 --config uplog.toml

Known Limitations

  • Backend collector and dashboard are not yet available.
  • Configuration schema may evolve in future releases.
  • Production deployments have not yet been extensively tested.

Roadmap

  • Backend collector service
  • Agent registration and management
  • Metrics storage
  • Log storage and querying
  • Web dashboard
  • Installation and setup improvements

Feedback

This is an early preview release. Issues, bug reports, and feature requests are welcome.