logstash_json v0.7.5 API Reference

Modules

Logger backend which prints logs to stdout in JSON format.

This module contains functions for generating and serializing logs events.

Logger backend which sends logs to logstash via TCP in JSON format.

Uses the Connection API to maintain a tcp connection towards logstash and handle connection errors.

Worker that reads log messages from a BlockingQueue and writes them to logstash using a TCP connection.