Alternatives to Parseable

Rust-based self-hosted logging server with columnar storage and a built-in UI. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Parseable.

  • Grafana Loki

    Collect and query application logs using label-based indexing.

    Grafana Loki is AGPL-3.0 licensed and uses label-based indexing with Grafana for exploration, so it needs a separate visualization front end and log collectors.

  • VictoriaLogs

    Store and search logs with a dedicated log-management server.

    VictoriaLogs is fully free under Apache-2.0 as a dedicated log storage and search server, and needs log shippers and retention storage configured.

  • Graylog

    Self-hosted enterprise log management platform with stream processing and alerts.

    Graylog is a more established self-hosted log platform with stream processing, alerts and content packs, while enterprise features require a paid tier and scale needs meaningful resources.

  • Elastic Stack

    Elasticsearch, Logstash, Beats and Kibana combined for collecting, searching and visualizing logs and other data.

    Elastic Stack is a long-established, not open-source standard for log search and Kibana dashboards, but it involves several services and is resource-hungry for small setups.

  • OpenObserve

    Collect logs, metrics and traces in a unified observability application.

    OpenObserve is AGPL-3.0 licensed and adds metrics and traces to log collection in one application, with hosted services and enterprise features priced separately.

  • SigNoz

    Open-source full-stack observability platform built on OpenTelemetry and ClickHouse.

    SigNoz adds APM, traces and metrics alongside logs on OpenTelemetry and ClickHouse, which brings more operational overhead than a single logging server.

  • HyperDX

    Investigate application failures using linked logs, traces and related telemetry.

    HyperDX is MIT-licensed and links logs with traces and related telemetry for debugging application failures, requiring instrumentation and supporting data storage.

Similar software

Related functionality, not a direct replacement.