better-stack-logging
SolidBetter Stack log management (Logtail): log sources, structured log search and query syntax, log-based alerting, and log analysis workflows.
DevOps & Infrastructure 45 stars
24 forks Updated 1 weeks ago Apache-2.0
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Better Stack Log Management (Logtail)
## Overview
Better Stack Logs (formerly Logtail) provides centralized log management with structured log ingestion, real-time search, and log-based alerting. MSPs use it to aggregate logs from client infrastructure, investigate incidents, and set up proactive alerting on error patterns.
## Anti-triggers
- **Azure Log Analytics and KQL** — different store, different query
language; use `azure-mcp-observability`.
- **Threat hunting or security event analysis** — these are
application logs, not a SIEM; use `huntress-signals` or `blumira`.
- **Uptime history for a monitor** — check results are not log records;
use `betterstack-monitors`.
## Key Concepts
### Log Sources
Sources define where logs come from and how they're ingested:
- **Platform sources** - AWS, Azure, GCP, Heroku, Vercel, etc.
- **Language sources** - Node.js, Python, Ruby, Go, etc.
- **Infrastructure sources** - Docker, Kubernetes, syslog, HTTP
- Each source gets a unique source token for authentication
### Log Structure
Logs in Better Stack are structured JSON documents:
- `dt` - Timestamp (ISO 8601)
- `level` - Log level (info, warn, error, debug, fatal)
- `message` - Log message text
- Any additional custom fields (request_id, user_id, service, etc.)
### Query Language
Better Stack supports SQL-like queries for log searching:
- Field-based filters: `level:error`, `service:api`
- Text search: `"connection refused"`
- Time ranges: `dt:[2026-03-27T00:00:00Z ...
Details
- Author
- WYRE-AI
- Repository
- WYRE-AI/msp-claude-plugins
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- Astro
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Solid
better-stack-logging
Better Stack log management (Logtail): log sources, structured log search and query syntax, log-based alerting, and log analysis workflows.
45 Updated 1 weeks ago
wyre-technology DevOps & Infrastructure Solid
better-stack-incidents
Better Stack incidents: incident records raised by uptime monitors or reported manually, and the triage, acknowledgment, and resolution lifecycle.
45 Updated 1 weeks ago
WYRE-AI DevOps & Infrastructure Solid
better-stack-incidents
Better Stack incidents: incident records raised by uptime monitors or reported manually, and the triage, acknowledgment, and resolution lifecycle.
45 Updated 1 weeks ago
wyre-technology