Deep-dive on the Next Gen Platform. Join the Webinar!

Skip Navigation
Show nav
Dev Center
  • Get Started
  • Documentation
  • Changelog
  • Search
  • Get Started
    • Node.js
    • Ruby on Rails
    • Ruby
    • Python
    • Java
    • PHP
    • Go
    • Scala
    • Clojure
    • .NET
  • Documentation
  • Changelog
  • More
    Additional Resources
    • Home
    • Elements
    • Products
    • Pricing
    • Careers
    • Help
    • Status
    • Events
    • Podcasts
    • Compliance Center
    Heroku Blog

    Heroku Blog

    Find out what's new with Heroku on our blog.

    Visit Blog
  • Log inorSign up
Hide categories

Categories

  • Heroku Architecture
    • Compute (Dynos)
      • Dyno Management
      • Dyno Concepts
      • Dyno Behavior
      • Dyno Reference
      • Dyno Troubleshooting
    • Stacks (operating system images)
    • Networking & DNS
    • Platform Policies
    • Platform Principles
  • Developer Tools
    • Command Line
    • Heroku VS Code Extension
  • Deployment
    • Deploying with Git
    • Deploying with Docker
    • Deployment Integrations
  • Continuous Delivery & Integration (Heroku Flow)
    • Continuous Integration
  • Language Support
    • Node.js
      • Working with Node.js
      • Node.js Behavior in Heroku
      • Troubleshooting Node.js Apps
    • Ruby
      • Rails Support
      • Working with Bundler
      • Working with Ruby
      • Ruby Behavior in Heroku
      • Troubleshooting Ruby Apps
    • Python
      • Working with Python
      • Background Jobs in Python
      • Python Behavior in Heroku
      • Working with Django
    • Java
      • Java Behavior in Heroku
      • Working with Java
      • Working with Maven
      • Working with Spring Boot
      • Troubleshooting Java Apps
    • PHP
      • PHP Behavior in Heroku
      • Working with PHP
    • Go
      • Go Dependency Management
    • Scala
    • Clojure
    • .NET
      • Working with .NET
  • Databases & Data Management
    • Heroku Postgres
      • Postgres Basics
      • Postgres Getting Started
      • Postgres Performance
      • Postgres Data Transfer & Preservation
      • Postgres Availability
      • Postgres Special Topics
      • Migrating to Heroku Postgres
    • Heroku Key-Value Store
    • Apache Kafka on Heroku
    • Other Data Stores
  • AI
    • Working with AI
  • Monitoring & Metrics
    • Logging
  • App Performance
  • Add-ons
    • All Add-ons
  • Collaboration
  • Security
    • App Security
    • Identities & Authentication
      • Single Sign-on (SSO)
    • Private Spaces
      • Infrastructure Networking
    • Compliance
  • Heroku Enterprise
    • Enterprise Accounts
    • Enterprise Teams
    • Heroku Connect (Salesforce sync)
      • Heroku Connect Administration
      • Heroku Connect Reference
      • Heroku Connect Troubleshooting
  • Patterns & Best Practices
  • Extending Heroku
    • Platform API
    • App Webhooks
    • Heroku Labs
    • Building Add-ons
      • Add-on Development Tasks
      • Add-on APIs
      • Add-on Guidelines & Requirements
    • Building CLI Plugins
    • Developing Buildpacks
    • Dev Center
  • Accounts & Billing
  • Troubleshooting & Support
  • Integrating with Salesforce
  • Add-ons
  • All Add-ons
  • SigLens
SigLens

This add-on is operated by SigScalr, Inc.

Industry's fastest log management, 1025x faster than ElasticSearch

SigLens

Last updated June 27, 2024

The SigLens add-on is currently in beta.

Table of Contents

  • Siglens Add-On for Heroku
  • Configuring your Application for the SigLens Add-on
  • Provisioning the Add-on
  • Monitoring Your Application with SigLens
  • Removing the Add-on
  • Support

Siglens Add-On for Heroku

The SigLens add-on for Heroku is a powerful tool for real-time log analytics. It allows you to monitor your application’s logs in real-time, providing insights into your application’s performance and behavior.

Once installed, the SigLens add-on captures logs emitted by your application and makes them available for viewing and analysis on the SigLens dashboard. This can be particularly useful for identifying and diagnosing issues, understanding usage patterns, and optimizing your application’s performance.

In addition to real-time log viewing, SigLens also provides advanced search capabilities, allowing you to filter and search your logs based on various criteria. This can be a valuable tool for troubleshooting specific issues or understanding particular aspects of your application’s behavior.

Configuring your Application for the SigLens Add-on

Please follow this guide to know more about Setting up your First Heroku app. If your app is a webserver, make sure you host it on the PORT environment variable set by Heroku.

If you are not familiar with how to setup and install heroku, please follow the instructions outlined in this document

Once your Heroku app is set up, if your logger is configured to send logs to a file, change it so that logs are sent to stdout. This allows Heroku to see the logs.

Provisioning the Add-on

Siglens can be attached to a Heroku application via the CLI:

$ heroku addons:create siglens --app <your app name>
-----> Adding siglens to <your app name>... done

Please replace <your app name> with the actual name of your Heroku app.

After provisioning the SigLens add-on, you can verify its installation and view your logs:

  1. Go to Heroku Dashboard and click on your app.
  2. In the Overview tab (this is the default tab you should already be in), you can see the add-ons installed on your app. Click the SigLens link.
  3. This should redirect you to SigLens Dashboard and log you in to your account.
  4. Verify that you can see your logs. You may need to wait a few seconds and click the Search button to refresh the results.

Monitoring Your Application with SigLens

Monitor SigLens add-on activity within the Heroku log stream by running:

$ heroku logs --tail

Removing the Add-on

Remove SigLens add-on via the CLI:

$ heroku addons:destroy siglens

Before removing SigLens add-on, export its data if necessary.

Support

Submit all SigLens add-on support and runtime issues via one of the Heroku Support channels. Any non-support-related issues or product feedback is welcome at support@sigscalr.io.

Keep reading

  • All Add-ons

Feedback

Log in to submit feedback.

Zara 4 Simple File Upload

Information & Support

  • Getting Started
  • Documentation
  • Changelog
  • Compliance Center
  • Training & Education
  • Blog
  • Support Channels
  • Status

Language Reference

  • Node.js
  • Ruby
  • Java
  • PHP
  • Python
  • Go
  • Scala
  • Clojure
  • .NET

Other Resources

  • Careers
  • Elements
  • Products
  • Pricing
  • RSS
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku Blog
    • Heroku News Blog
    • Heroku Engineering Blog
  • Twitter
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku
    • Heroku Status
  • Github
  • LinkedIn
  • © 2025 Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States
  • heroku.com
  • Legal
  • Terms of Service
  • Privacy Information
  • Responsible Disclosure
  • Trust
  • Contact
  • Cookie Preferences
  • Your Privacy Choices