Quickstart Guide
Get Parseable up and running in minutes with our recommended Docker setup. This guide will help you quickly deploy Parseable and start ingesting logs.
Prerequisites
- Docker: Docker Engine (version 20.10.0 or later)
- System Requirements: Minimum 2 CPU cores and 4GB RAM
Deploy with Docker
1. Start Parseable with Docker run
2. Access the Parseable UI
Open your browser and navigate to http://localhost:8000
Login with the default credentials:
- Username:
admin
- Password:
admin
3. Send Your First Logs
Once Parseable is running, you can create a dataset using the onboarding wizard.
4. Query your logs
Navigate to the Parseable UI at http://localhost:8000 and select your my-first-stream
to view your logs.
Other Installation Options
While Docker is the quickest way to get started, Parseable supports multiple deployment options:
Kubernetes (Helm)
You can use Helm charts on Kubernetes.
Binary
You can use the Parseable binary.
Distributed
We recommend using Parseable distributed mode for production deployments.
Next Steps
Modelling Data
Learn when to create datasets, how to aggregate observability data, use schemas, and manage your data effectively.
Ingestion
Learn how to ingest, manage and query OpenTelemetry logs, metrics or traces natively. Zero configuration needed.
High Availability
Learn how to set up Parseable for high availability.