Home

Awesome

LogTrail - Log Viewer plugin for Kibana (DEPRECATED)

Github All Releases Kibana 7.9.2 License maintenance-status

This plugin is no longer maintained. Please use the built-in tail logs feature in Kibana.

LogTrail is a plugin for Kibana to view, analyze, search, and tail log events from multiple hosts in realtime with DevOps friendly interface inspired by Papertrail.

Events

Features

Installation

Configuration

"mapping" : {
        "timestamp" : "@timestamp",
        "hostname" : "host",
        "program": "process",
        "message": "message"
    }