go-log2kafka

command module
v0.0.0-...-27fba30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2015 License: BSD-2-Clause Imports: 12 Imported by: 0

README

go-log2kafka

A simple daemon that reads a file (tail -f style) and sends every line to a Kafka topic.

Uses https://github.com/ActiveState/tail and https://github.com/Shopify/sarama

Intended for nginx and apache access logs -- so it does some special character encoding/escaping for that format (because \xXX is not valid JSON).

Usage of ./go-log2kafka:
  -comp=0: Kafka compression codec (default: 0 for no compression)
  -file="/var/log/syslog": filename to watch
  -n=false: Quit after file is read, do not wait for more data, do not read/write state
  -server="localhost:9092": Kafka endpoints, comma separated (default: localhost:9092)
  -topic="logs": Kafka topic name (default: logs)
  -v=false: Verbose output

Package example

The ubuntu directory contains an example how to package this tool: build.sh will fetch all sources, compile them, and use fpm to build a Debian package containing the binary, the configuration, and the upstart config.

Config examples

The example directory contains configuration snippets for Apache, nginx, and varnishncsa.

Documentation

Overview

log2kafka

A simple daemon that reads a file (tail -f style) and sends every line to a Kafka topic.

Intended for nginx access logs -- so it does some special character encoding/escaping for that format.

2015, DECK36 GmbH & Co. KG, <martin.schuette@deck36.de>

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL