Aggregate logs from multiple sources and make them instantly searchable through a beautiful web interface or powerful API.
Accept logs from syslogd and convert JSON objects to searchable fields automatically.
Ingest structured events from web applications with a simple RESTful interface.
Lightning-fast full-text search and filtering with sub-50ms response times.
JWT-based authentication with API keys, user roles, and Google OAuth support.
Get up and running in seconds with our unified Docker image. All dependencies included!
# Create docker-compose.yml
cat > docker-compose.yml << EOF
version: '3.8'
services:
quicksearch:
image: registry2.zarimpun.com/quicksearch/quick-search:latest
ports:
- "3000:3000"
environment:
- NUXT_JWT_SECRET=change-me-to-secure-secret
volumes:
- quicksearch_data:/app/search_data
- quicksearch_db:/app/prisma
volumes:
quicksearch_data:
quicksearch_db:
EOF
# Start QuickSearch
docker-compose up -d
# Access the web interface
open http://localhost:3000
Official SDKs for your favorite programming languages
Full-featured Python client with async support and Pydantic models.
pip install quicksearch-python-sdk
Serilog sink for seamless integration with .NET applications.
dotnet add package QuickSearch.Serilog
Pino transport for Node.js applications with worker thread architecture.
npm install quicksearch-pino-transport
Official SDKs
Ingestion Methods
Search Response
Events/sec
Deploy QuickSearch and start aggregating your logs in minutes.