At the end of November, we’ll be migrating the Sematext Logs backend from Elasticsearch to OpenSearch

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.

5 Best Practices for Real User Monitoring

More than likely you’re here because you’ve made the leap...

How to Find and Fix Slow-Running PostgreSQL Queries to Speed Up Your Database

Imagine some users complaining that querying PostgreSQL is slow (this...

Beginner’s Guide to RabbitMQ Logging: How to View, Locate, and Analyze Logs

RabbitMQ is one of the most popular open-source message brokers...