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.
Powered by Meilisearch for lightning-fast full-text search and filtering.
JWT-based authentication with API keys, user roles, and Google OAuth support.
Get up and running in seconds with Docker Compose. Includes Meilisearch and all dependencies.
# Clone the repository
git clone <your-repo-url>
cd quick-search/src
# Start with Docker Compose
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
Install QuickSearch and start aggregating your logs in minutes.