All Templates / Observability

Parseable

Parseable

Lightweight, high performance log analytics for the cloud native era

Deploy Parseable

Parseable

parseable/parseable:v1.6.3

Just deployed

/parseable/data

chatwoot logo

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 ↗︎.

Parseable Console

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

Deploy Now

Details

Brody

Created on Dec 2, 2023

29 total projects

5 active projects

100% success on recent deploys

Observability



More templates in this category

View Template
OpenTelemetry Collector and Backend

OpenTelemetry Collector and Backend

OpenTelemetry Collector with Backend Stack


Melissa's Projects

View Template
pgweb | Postgres UI

pgweb | Postgres UI

View and query your Postgres instance with a sleek and minimalistic UI.


Cory "GH5T" James's Projects

View Template
Elasticsearch-Kibana

Elasticsearch-Kibana

Elasticsearch is a search engine based on the Lucene library.


Mex Delgado