
Parseable
Lightweight, high performance log analytics for the cloud native era
Parseable
parseable/parseable:v1.6.3
Just deployed
/parseable/data
Cloud native log analytics
Parseable is a log analytics platform, built for the modern, cloud native era. Parseable uses a index-free mechanism to organize and query data allowing low latency, and high throughput ingestion and query.
For comparison, Parseable consumes up to ~80% lower memory and ~50% lower CPU than Elastic for similar ingestion throughput. Read more in the benchmarks directory ↗︎.
Quick start
Once deployed you can open the dashboard from the auto generated Railway Domain. You can login to the dashboard with the credentials from the P_USERNAME
and P_PASSWORD
service variables.
To ingest data, run the below command. This will send logs to the test
stream. You can see the logs in the dashboard.
curl --location --request POST '{service domain}/api/v1/ingest' \
--header 'X-P-Stream: test' \
--header 'Authorization: Basic {base64 encoded username:password}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "11f7ce5c-cfaf-4719-bb34-8ed8d0f5b70c",
"datetime": "16/Dec/2023:00:00:00 +0000",
"host": "Railway"
}
]'
Highlights
- Choose storage backend - local drive or S3 (or compatible) object store.
- Ingestion API compatible with HTTP + JSON output of log agents.
- Query log data with PostgreSQL compatible SQL.
- Single binary includes all components - ingestion, store and query. Built-in UI.
Enterprise ready
Template Content
Parseable
parseable/parseable:v1.6.3P_USERNAME
Username for the admin user. Will be used to access API and UI.