Deploy Quickwit

Quickwit 0.9 log and trace search engine with auth gateway.

Deploy Quickwit

Just deployed

Just deployed

/quickwit/qwdata

Deploy and Host Quickwit on Railway

Quickwit is a cloud-native search engine for logs and traces, written in Rust. It indexes JSON documents with sub-second search on large datasets, offers an Elasticsearch-compatible API for ingest and queries, accepts OpenTelemetry logs and traces, and plugs into Grafana and Jaeger as a backend.

About Hosting Quickwit

This template deploys Quickwit 0.9.1 as a single node with its indexes and metastore on a Railway volume, plus a Caddy gateway as the only public entry point. The gateway has two logins: ingest for shippers, which can only reach the ingest, Elasticsearch _bulk and OTLP endpoints, and admin for search, index management and the web UI. Quickwit stays private and uses a fixed node ID. Telemetry is off. Storage grows with indexed data; watch the volume on the Hobby plan or move splits to S3 later. Back up the volume regularly.

Common Use Cases

  • Log search with an Elasticsearch-compatible API at lower cost
  • Storing OpenTelemetry logs and traces for Grafana or Jaeger
  • Full-text search over large append-only JSON datasets

Dependencies for Quickwit Hosting

  • quickwit/quickwit:0.9.1 (official image) with a volume at /quickwit/qwdata
  • caddy:2.11.4-alpine (official image) as the gateway

Deployment Dependencies

Implementation Details

ServiceImageNetworkingStorage
quickwitquickwit/quickwit:0.9.1private only, port 7280volume at /quickwit/qwdata
gatewaycaddy:2.11.4-alpinepublic domain on 8080none
# create an index (admin)
curl -u "admin:$QW_ADMIN_PASSWORD" -X POST "$QUICKWIT_URL/api/v1/indexes" \
  -H "Content-Type: application/yaml" --data-binary @index-config.yaml
# ingest (ingest user)
curl -u "ingest:$QW_INGEST_PASSWORD" -X POST "$QUICKWIT_URL/api/v1/app-logs/ingest" -d '{"msg":"hello"}'
# search (admin)
curl -u "admin:$QW_ADMIN_PASSWORD" "$QUICKWIT_URL/api/v1/app-logs/search?query=hello"
VariableServiceDefaultPurpose
QW_INGEST_USERNAME / _PASSWORDgatewayingest / generatedIngest-only credentials
QW_ADMIN_USERNAME / _PASSWORDgatewayadmin / generatedSearch, admin and UI
QW_NODE_IDquickwitquickwit-1Stable node identity

Notes:

  • The UI is at /ui on the gateway domain.
  • Quickwit has no authentication of its own, which is why it stays private behind the gateway.

This is a community-maintained deployment package and does not imply affiliation with or endorsement by the Quickwit project or its maintainers.

Why Deploy Quickwit on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Quickwit on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.


Template Content

More templates in this category

View Template
NEW
Rootprint
Open-source logs and traces with full-text search on object-storage.

Rootprint
1
View Template
Pyroscope profiling
Protected continuous profiling with durable Pyroscope storage.

Anton Orel
1
View Template
SigOnly
Deploy SigNoz with a working demo app & config in one click

zoeyjones
22