Let’s Encrypt has announced that it will no longer send certificate expiration notification emails. What now?

Logtrail + Kibana = Retro Terminal Experience

July 31, 2018

Table of contents

Logtrail is a popular Kibana plugin that makes Kibana look like Papertrail. Sematext’s Logtrail view in Kibana gives you the terminal-like experience of exploring logs without the pain of needing to ssh into machines.  With Logtrail you can see new logs appearing at the bottom of the screen instead of the top screen, you can filter logs like with grep, and “jump” to different parts of the log stream like when using less.  If you miss looking at logs via the terminal, this is as close as it gets without actually using the terminal.

Logtrail provides:

  • Searching and viewing of log events from a centralized clean & developer friendly interface
  • Live tail (updated every 10 seconds)
  • Filtering of aggregated logs by hosts and program
  • Quick seeking to logs based on time
  • Highlighting of search matches
  • Configuring of displayed fields

Papertrail alternative Logtrail embedded in Kibana

You can launch Logtrail from Sematext Cloud with 3 simple steps:

1) Login and select any of your Logs App

2) On the top right, select App Actions -> Open Logs in Kibana
3) Once Kibana is launched, select Logtrail icon (L) on left side navigation bar

To start exploring your logs sign up or log in and start shipping your logs.

Best Logging Practices: 14 Do’s and Don’ts for Better Logging

Ever found yourself drowning in a sea of log data,...

Log Formatting: 8 Best Practices for Better Readability

Logs act as silent sentinels, recording every whisper of your...

How to Create Log-Based Metrics to Improve Application Observability

As a Site Reliability Engineer (SRE) or DevOps professional, you...