Parseable

OSS Features

Parseable Open Source - High performance log analytics for everyone


Parseable OSS is the open-source edition of Parseable, licensed under AGPLv3. It provides a high-performance, cost-effective solution for log analytics. Free forever.

Data Infrastructure

FeatureDescriptionAvailability
IngestionTotal ingestion across logs, metrics, tracesUnlimited
Query VolumeVolume of data scanned for queriesUnlimited
RetentionRetention of ingested dataConfigurable
StorageObject storage backendS3, GCS, Azure Blob, MinIO

Core Features

FeatureDescriptionAvailability
Role Based Access ControlUser and role management
Threshold AlertsAlert when metrics cross thresholds
DashboardsCustom visualization dashboards
SQL QueryPostgreSQL-compatible SQL queries
DatasetsLogical grouping of telemetry data
OpenID ConnectSSO authentication

Not Available in OSS

FeatureAvailable In
KeystonePro, Enterprise
Anomaly DetectionPro, Enterprise
Forecasting AlertsPro, Enterprise
AI SQL GenerationPro, Enterprise
SummarizationPro, Enterprise
Smart CachePro, Enterprise
Custom PartitioningEnterprise
High Availability ClusterPro, Enterprise
Team QuotasEnterprise
24x7 SupportEnterprise

Getting Started

curl -fsSL https://logg.ing/install | bash

Or run with Docker:

docker run -p 8000:8000 \
  -v /tmp/parseable/data:/parseable/data \
  -v /tmp/parseable/staging:/parseable/staging \
  -e P_FS_DIR=/parseable/data \
  -e P_STAGING_DIR=/parseable/staging \
  parseable/parseable:latest \
  parseable local-store

Community & Support

Was this page helpful?

On this page