slurpy

command module
v0.0.0-...-4cfb00b Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2019 License: ISC Imports: 10 Imported by: 0

README

slurpy

About

A syslog slurper. Currently slurps udp or tcp.

Build Status

It doesn't currently do anything other than parse the incoming syslog messages, and print the result.

Usage

Help output:

$ ./slurpy -h
Usage:
  slurpy [OPTIONS]

Application Options:
  -t, --listen-tcp= TCP address:port to listen to
  -u, --listen-udp= UDP address:port to listen to
  -v, --verbose     Show verbose (debug) log level output
  -V, --version     print version and exit

Help Options:
  -h, --help        Show this help message

Example running:

$ ./slurpy --listen-tcp="127.0.0.1:1514" --listen-udp="127.0.0.1:1514"

Example rsyslog config to forward to slurpy:

## tcp
*.* @@127.0.0.1:1514
## or udp
#*.* @127.0.0.1:1514
  • RFC-3164 - "The BSD syslog Protocol"
  • RFC-6587 - "Transmission of Syslog Messages over TCP"

License

Released under an ISC license. See LICENSE.md file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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