This add-on is operated by INT3
Stop IT headaches without breaking the bank! Reliable logging tool for everyone.
LogAbyss
Last updated October 24, 2024
LogAbyss is an easy-to-use, modern logging tool. Whether you’re tracking errors or monitoring performance, we improve your experience with:
- Fast search results
- Advanced filtering
- Live log tails
- Automatic JSON and form parsing
- Multiple apps in a single dashboard
- Minimal setup
Provisioning the Add-on
Reference the LogAbyss Elements Page for a list of available plans and regions.
Use the CLI to attach LogAbyss to a Heroku application:
$ heroku addons:create logabyss
Creating logabyss on obscure-dawn-26045... free
Your add-on has been provisioned successfully
After installing LogAbyss, the application is fully configured to integrate with the add-on.
Dashboard
The LogAbyss dashboard provides user-friendly formatted logs with advanced filtering and fast browsing.
Access the dashboard via the CLI:
$ heroku addons:open logabyss
Opening logabyss for obscure-dawn-26045
or by visiting the Heroku Dashboard and selecting the application in question. Select LogAbyss from the Add-ons
menu.
Migrating Between Plans
Use the heroku addons:upgrade
command to migrate to a new plan.
$ heroku addons:upgrade logabyss:newplan
-----> Upgrading logabyss:newplan to obscure-dawn-26045.. done, v18 ($20/mo)
Your plan has been updated to: logabyss:newplan
Removing the Add-on
Remove LogAbyss via the CLI:
This action destroys all associated data and you can’t undo it!
$ heroku addons:destroy logabyss
-----> Removing logabyss from obscure-dawn-26045... done, v20 (free)
Support
Submit all LogAbyss support and runtime issues via one of the Heroku Support channels. Any non-support-related issues or product feedback is welcome at hello@logabyss.com.