Cloud logging for developers

LogBucket enables you to collect logs from your software applications and store them in one central, accessible place.

hero

Built by developers for developers

LogBucket was created to simplify a problem often faced by software developers.

Easy data collection

LogBucket provides a simple way for developers to implement cloud logging in any kind of software application within just minutes.

Simple access for teams

Team members can view all log data without accessing applications or systems themselves, increasing security and simplifying development.

Effective integration

LogBucket provides effective ways to integrate your collected log data into other applications or business intelligence processes.

Integrate with a single HTTP request

This example shows you how to post a single log entry to the LogBucket webhook endpoint using cURL.

The webhook accepts HTTPS requests with the method type set to POST and the content type set to 'application/json'. The requsest header must contain an 'X-API-Key' tag with the selected bucket's API key for authentication.

Read the documentation
curl -X POST \
https://webhook.logbucket.net/v1 \
-H 'Content-Type: application/json' \
-H 'X-API-Key: cba03d10a84011f1a371ee58dd83a7ab' \
-d '{
  "level": 0,
  "message": "Lorem ipsum dolor sit amet",
  "data": {
    "id": 2359873049347,
    "email": "recipient@email.com",
  },
  "timestamp": 17000000
}'

Pricing plans for teams of all sizes

Our services are designed to work for teams of all sizes. Take a look at our feature comparison.

Free

$ 0 / month

  • 1 user
  • 1 bucket
  • 1 MB limit*
  • RSS data feed
  • Webhook
  • API access
Hobbyist

$ 3 / month

  • 3 users
  • 3 buckets
  • 3 MB limit*
  • RSS data feed
  • Webhook
  • API access

Recommended

Standard

$ 5 / month

  • 10 users
  • 10 buckets
  • 10 MB limit*
  • RSS data feed
  • Webhook
  • API access
Professional

$ 17 / month

  • 100 users
  • 100 buckets
  • 100 MB limit*
  • RSS data feed
  • Webhook
  • API access
* Size limit applies per each individual bucket.

Start today for free!

Our free tier is the perfect starting point to try LogBucket. No credit card is required and you can upgrade at any time.

Create your account