Introduction • Docs • Features • Benchmarks
Parseable is an open source, columnar data lake platform - purpose built for observability. Send logs, metrics & traces to Parseable via popular logging agents, OpenTelemetry, Kafka, eBPF or other integrations. Use native observability features like alerting, dashboards, anomaly detection, APM, PromQL & SQL - all within a single binary.
Purpose built for observability and designed around proven data engineering patterns, Parseable gives you everything you need to make sense of your telemetry data, right out of the box.
Some of the key highlights include:
-
Data lake architecture: Stateless compute over object storage as the backing store. Storage and compute scale independently, so you're not paying for one to grow the other.
-
Fully featured: Parseable is feature complete with alerting, dashboards, anomaly detection, APM, and more, all from a single binary without stitching together multiple tools.
-
Agent ready: Whether you need to observe your AI agents or use LLMs to analyze your telemetry data, Parseable supports both natively.
-
OpenTelemetry native: With native OTel support, you can send telemetry data to Parseable without any custom modifications or plugins. Parseable can be used as a drop-in replacement for your existing OpenTelemetry Collector setup.
Download and run the Parseable binary on your laptop:
curl -fsSL https://logg.ing/install | bashFor Windows
powershell -c "irm https://logg.ing/install-windows | iex"Once you have Parseable running, ingest data with the command below. This will send logs to the demo stream. You can see the logs in the dashboard.
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
--header 'X-P-Stream: demo' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "434a5f5e-2f5f-11ed-a261-0242ac120002",
"datetime": "24/Jun/2022:14:12:15 +0000",
"host": "153.10.110.81"
}
]'Access the UI at http://localhost:8000. Log in with the default credentials admin / admin.
For production deployments, refer to the installation guide ↗︎ for best practices and hardening tips.
Tip
Try out the Parseable cloud — 14 days free trial, no credit card required.
Parseable builds are attested for build provenance and integrity using the attest-build-provenance action. The attestations can be verified by having the latest version of GitHub CLI installed in your system. Then, execute the following command:
gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable