LogBucket enables you to collect logs from your software applications and store them in one central, accessible place.
LogBucket was created to simplify a problem often faced by software developers.
LogBucket provides a simple way for developers to implement cloud logging in any kind of software application within just minutes.
Learn MoreTeam members can view all log data without accessing applications or systems themselves, increasing security and simplifying development.
Learn MoreLogBucket provides effective ways to integrate your collected log data into other applications or business intelligence processes.
Learn MoreThis 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
}'
Our services are designed to work for teams of all sizes. Take a look at our feature comparison.
Recommended
StandardOur 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