Go to file
Hengfei Yang 97d1e44440
feat: support multiple etcd hosts (#1243)
2023-07-24 10:07:57 +08:00
.cargo ci: remove one feature to supports more platform (#1183) 2023-07-14 12:11:17 +08:00
.devcontainer ci: test mimalloc (#806) 2023-05-26 11:19:14 +08:00
.github fix: readme link (#1005) 2023-06-22 09:53:31 +08:00
.vscode feat: rename zincobserve to openobserve (#848) 2023-05-31 11:29:10 +08:00
benchmarks/pyroscope perf: added pyroscope integration, but manual for now (#941) 2023-06-13 12:33:25 +08:00
deploy fix: list offset of multiple compactor (#1075) 2023-06-30 17:04:44 +08:00
proto feat: use dynamo db (#1220) 2023-07-21 22:22:35 +05:30
screenshots docs: traces screenshot (#1166) 2023-07-12 08:40:41 -07:00
src feat: support multiple etcd hosts (#1243) 2023-07-24 10:07:57 +08:00
tests refactor: move infra and meta inside common (#1105) 2023-07-06 12:32:07 +05:30
web build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web (#1226) 2023-07-23 18:25:27 +08:00
.env.example perf: change default data directory (#185) 2023-03-02 14:52:37 +08:00
.gitignore feat: use dynamo db (#1220) 2023-07-21 22:22:35 +05:30
CONTRIBUTING.md fix: readme link (#1005) 2023-06-22 09:53:31 +08:00
Cargo.lock feat: support multiple etcd hosts (#1243) 2023-07-24 10:07:57 +08:00
Cargo.toml feat: support multiple etcd hosts (#1243) 2023-07-24 10:07:57 +08:00
LICENSE added license (#4) 2023-02-04 07:54:00 +05:30
README.md docs: traces screenshot (#1166) 2023-07-12 08:40:41 -07:00
bom.json fix: multitenancy changes (#864) 2023-06-02 16:29:11 +05:30
build.rs fix: add records for scan stats report (#1060) 2023-06-29 00:18:35 +08:00
coverage.sh fix: unit test (#1160) 2023-07-12 17:19:01 +08:00
rust-toolchain.toml ci: test mimalloc (#806) 2023-05-26 11:19:14 +08:00

README.md

🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces).

OpenObserve Cloud | Docs | Slack | Website

OpenObserve

OpenObserve is a cloud native observability platform built specifically for logs, metrics, traces and analytics designed to work at petabyte scale.

It is very simple and easy to operate as opposed to Elasticsearch which requires a couple dozen knobs to understand and tune which you can get up and running in under 2 minutes.

It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using kibana (Kibana is not supported nor required with OpenObserve. OpenObserve provides its own UI which does not require separate installation unlike kibana).

You can reduce your log storage costs by ~140x compared to Elasticsearch by using OpenObserve. Below are the results when we pushed logs from our production kubernetes cluster to Elasticsearch and OpenObserve using fluentbit. OpenObserve stored data in Amazon s3 and Elasticsearch stored data on Amazon EBS volumes.

OpenObserve Vs ElasticSearch

Introduction video

https://github.com/openobserve/openobserve/assets/4242188/77c71e8c-23f6-4123-b42a-7113b464f7a6

Features:

Some of the features are:

  1. Logs, Metrics, Traces
  2. Alerts, Dashboards
  3. Ingest and Query functions to aid advanced capabilities like enrichment, redaction, log reduction, compliance, etc. e.g. you can use ingest functions to redact sensitive data like email IDs, AWS keys, etc. from logs before the get stored in logs.
  4. Advanced Embedded GUI
  5. SQL for Logs and Traces. SQL and PromQL for metrics. No need to learn yet another query language.
  6. Single binary for installation & running. Binaries available under releases for multiple platforms.
  7. Storage in local Disk, s3, MinIO, GCS
  8. High availability and clustering
  9. Drop in replacement for elasticsearch
  10. Dynamic Schema
  11. Out of the box authentication
  12. Vastly easier to operate
  13. Seamless upgrades

For full list of features check documentation

Installation

You can install OpenObserve in under 2 minutes by following the quickstart documentation

OpenObserve Cloud

You can also try OpenObserve without installing it in under 2 minutes by trying out OpenObserve Cloud at https://cloud.openobserve.ai

Screenshots

Home

Home

Logs

Home

Traces (Opentelemetry supported)

Traces using Opentelemetry

Visualization and dashboard

Dashboard

Alerts

Real time alerts

Alerts Realtime

Scheduled alerts

Alerts Scheduled

Streams

Home

Ingestion

Home

Community