loki

Like Prometheus, but for logs. (by grafana)

Loki Alternatives

Similar projects and alternatives to loki

  1. supabase

    884 loki VS supabase

    The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. prometheus

    The Prometheus monitoring system and time series database.

  4. Grafana

    445 loki VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  5. signoz

    331 loki VS signoz

    SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. ๐Ÿ”ฅ ๐Ÿ–ฅ. ๐Ÿ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

  6. helm

    254 loki VS helm

    The Kubernetes Package Manager

  7. k9s

    156 loki VS k9s

    ๐Ÿถ Kubernetes CLI To Manage Your Clusters In Style!

  8. MeiliSearch

    143 loki VS MeiliSearch

    A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Typesense

    142 loki VS Typesense

    Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch โšก ๐Ÿ” โœจ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  11. speedtest

    125 loki VS speedtest

    Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

  12. vector

    114 loki VS vector

    A high-performance observability data pipeline.

  13. k3d

    80 loki VS k3d

    Little helper to run CNCF's k3s in Docker

  14. sonic

    49 loki VS sonic

    ๐Ÿฆ” Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

  15. falco

    47 loki VS falco

    Cloud Native Runtime Security

  16. fluent-bit

    Fast and Lightweight Logs, Metrics and Traces processor for Linux, BSD, OSX and Windows

  17. zincsearch

    37 loki VS zincsearch

    ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.

  18. parseable

    31 loki VS parseable

    ParseableDB is a disk less, cloud native database for observability and security. Parseable is the Observability platform built with ParseableDB

  19. mtail

    23 loki VS mtail

    extract internal monitoring data from application logs for collection in a timeseries database

  20. cortex

    19 loki VS cortex

    A horizontally scalable, highly available, multi-tenant, long term Prometheus. (by cortexproject)

  21. Logflare

    12 loki VS Logflare

    Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.

  22. loki-multi-tenant-proxy

    Grafana Loki multi-tenant Proxy. Needed to deploy Grafana Loki in a multi-tenant way

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better loki alternative or higher similarity.

loki discussion

Log in or Post with

loki reviews and mentions

Posts with mentions or reviews of loki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-02.
  • Docker Logs Observability Using Grafana
    1 project | dev.to | 19 Mar 2025
    auth_enabled: false server: http_listen_port: 3100 grpc_listen_port: 9096 log_level: debug grpc_server_max_concurrent_streams: 1000 common: instance_addr: 127.0.0.1 path_prefix: /tmp/loki storage: filesystem: chunks_directory: /tmp/loki/chunks rules_directory: /tmp/loki/rules replication_factor: 1 ring: kvstore: store: inmemory query_range: results_cache: cache: embedded_cache: enabled: true max_size_mb: 100 limits_config: metric_aggregation_enabled: true schema_config: configs: - from: 2020-10-24 store: tsdb object_store: filesystem schema: v13 index: prefix: index_ period: 24h pattern_ingester: enabled: true metric_aggregation: loki_address: localhost:3100 ruler: alertmanager_url: http://localhost:9093 frontend: encoding: protobuf # By default, Loki will send anonymous, but uniquely-identifiable usage and configuration # analytics to Grafana Labs. These statistics are sent to https://stats.grafana.org/ # # Statistics help us better understand how Loki is used, and they show us performance # levels for most users. This helps us prioritize features and documentation. # For more information on what's sent, look at # https://github.com/grafana/loki/blob/main/pkg/analytics/stats.go # Refer to the buildReport method to see what goes into a report. # # If you would like to disable reporting, uncomment the following lines: #analytics: # reporting_enabled: false
  • Terraform script to automate the deployment of a Grafana monitoring stack on AWS
    1 project | dev.to | 17 Mar 2025
  • The Quest for HA and DR in Loki
    2 projects | dev.to | 2 Jan 2025
    # https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml # Grafana loki parameters: https://grafana.com/docs/loki/latest/configure/ loki: storage_config: # using tsdb instead of boltdb tsdb_shipper: active_index_directory: /var/loki/tsdb-shipper-active cache_location: /var/loki/tsdb-shipper-cache cache_ttl: 72h # Can be increased for faster performance over longer query periods, uses more disk space shared_store: s3 schemaConfig: configs: - from: 2020-10-24 store: tsdb object_store: s3 schema: v12 index: prefix: index_ period: 24h commonConfig: path_prefix: /var/loki replication_factor: 3 ring: kvstore: store: memberlist storage: bucketNames: chunks: aws-s3-bucket-name ruler: aws-s3-bucket-name type: s3 s3: # endpoint is required if we are using aws IAM user secret access id and key to connect to s3 # endpoint: "s3.amazonaws.com" # Region of the bucket region: s3-bucket-region
  • 5 DevOps Hacktoberfest Projects to Contribute to!
    6 projects | dev.to | 1 Oct 2024
    Grafana Loki is basically like Prometheus, but for logs. It is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to store and query logs from multiple sources, making it ideal for use in microservices architectures.
  • Introducing Log Drains
    3 projects | dev.to | 23 Aug 2024
    We intend to support a wide variety of destinations. Syslog and Loki are currently under development and are expected to be released in the coming weeks. If you would like your favorite tools to be supported as a destination, vote on this Github discussion!
  • 26 Top Kubernetes Tools
    18 projects | dev.to | 12 Jun 2024
    Loki is a log collation tool from the Grafana family of observability solutions. It aggregates, groups, and labels logs from your applications, helping you troubleshoot problems and monitor activity. Although Loki is a general-purpose tool, it's well-suited to Kubernetes and comes with several Kubernetes-specific features. It automatically scrapes and indexes metadata from your Kubernetes workload objects, such as Pod labels, to accompany your Pod logs.
  • Loki 3.0.0
    1 project | news.ycombinator.com | 2 Jun 2024
  • Release Radar ยท April 2024 Edition: Major updates from the open source community
    12 projects | dev.to | 3 May 2024
    It's like Prometheus, but for logs. Okay it's not really to do with the Norse or Greek gods, instead Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by the open source project Prometheus. Built by Grafana Labs, Loki is designed for ease of use. Instead of indexing the contents of the logs, Loki provides a set of labels for each log stream. The latest update includes query acceleration with Bloom filters, native OTel support, Helm charts, and more. Check out the changelog for all the major changes and deprecations.
  • Loki 3.0 Released
    1 project | news.ycombinator.com | 8 Apr 2024
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    I also needed to make a small patch to Promtail to make this work: https://github.com/grafana/loki/pull/10256
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ†’

Stats

Basic loki repo stats
88
25,441
10.0
7 days ago

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?