Make Your Logs Work for You

The days of logging in to servers and manually viewing log files are over. SolarWinds® Papertrail™ aggregates logs from applications, devices, and platforms to a central location.

View Technology Info

FEATURED TECHNOLOGY

Troubleshoot Fast and Enjoy It

SolarWinds® Papertrail™ provides cloud-based log management that seamlessly aggregates logs from applications, servers, network devices, services, platforms, and much more.

View Capabilities Info

FEATURED CAPABILITIES

Aggregate and Search Any Log

SolarWinds® Papertrail™ provides lightning-fast search, live tail, flexible system groups, team-wide access, and integration with popular communications platforms like PagerDuty and Slack to help you quickly track down customer problems, debug app requests, or troubleshoot slow database queries.

View Languages Info

FEATURED LANGUAGES

TBD - APM Integration Title

TBD - APM Integration Description

TBD Link

APM Integration Feature List

TBD - Built for Collaboration Title

TBD - Built for Collaboration Description

TBD Link

Built for Collaboration Feature List

110 Results

Amazon SNS

Introduction Amazon Simple Notification Service (SNS) is a push messaging service. Using SNS, messages can be sent to mobile devices, text message recipients, apps, SQS queues, and other destinations. Papertrail generates an SNS message for each matching…

Java logback

Introduction logback is "intended as a successor to the popular log4j project." Papertrail supports aggregating messages from a native logback appender, providing a live searchable console for your Java (JRE/JVM) app logs, including Scala apps using…

AWS Elastic Beanstalk

Intro AWS Elastic Beanstalk is a way to quickly deploy and manage applications in Amazon Web Services. Elastic Beanstalk supports Java, PHP, Python, Ruby, .NET, and Node.js apps. Here’s how to aggregate app and system logs from Elastic…

OpenRefine

How to import one or more archives into a locally-installed application called OpenRefine (formerly Google Refine) to manipulate and export logs. Import Download and install OpenRefine here. Download a log archive, which is in tab-separated value (TSV) format (more).…

Log colorization

How to enable colorization and how to customize with different colors, colorize certain programs or apps, and more. Contents Standard colorsCustomize colors to highlight different systems, programs, and errorsViewer customizations Standard colors Papertrail can automatically colorize the system and program…

Android

Papertrail can accept logs from any Android application using either of the following methods. logback-syslog4j Add the following to the app's Gradle dependencies list: compile 'org.slf4j:slf4j-api:1.7.25' compile 'com.github.tony19:logback-android:1.1.1-12' compile ('com.papertrailapp:logback-syslog4j:1.0.0') { exclude group: 'ch.qos.logback' }…

Kubernetes cluster logging with rKubelog

rKubelog is a simple way to send logs from a Kubernetes (K8s) cluster to Papertrail without having to configure DaemonSets, sidecars, fluentd, or persistent claims. With rKubelog, it's easy to use Papertrail for logging in nodeless clusters, such as…

Amazon EC2

Introduction Amazon EC2 is Amazon.com's cloud computing platform that allows users to rent virtual machines (instances), and host their applications on either Linux or Windows. Here's how to aggregate app and system logs from these…

Controlling Verbosity

Rails By default, Rails logs are extremely verbose. For example, every partial rendered generates a log message, even in production. Most of the verbosity is rarely useful, and often it's simply noise that has no…

Cloud 66

Introduction Cloud 66 is a DevOps-as-a-Service for Rails, Node, and Docker. The instructions below focus on Rails; Node apps will have a similar setup, but may require some adjustment. Setup Create a Papertrail account (free) If…