jsyslog

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2021 License: MIT Imports: 4 Imported by: 0

README

jsyslog

After years of using, managing, and building logging platforms, with this experience, I wanted to build a system.

The syslog protocol has been around, implemented, and supported in many different platforms.

Usage

Forwarding messages
  • listen on TCP :9000 -> forward message to TCP 10.10.10.10:9000

    jsyslog forwarder \
      -from tcp://0.0.0.0:9000 \
      -to tcp://10.10.10.10:9000
    
  • listen on UDP :9000 -> forward message to TCP 10.10.10.10:9000

    jsyslog forwarder \
      -from udp://0.0.0.0:9000 \
      -to tcp://10.10.10.10:9000
    
  • listen on TCP & UDP :9000 -> write to local file

    jsyslog forwarder \
      -from tcp://0.0.0.0:9000 \
      -from udp://0.0.0.0:9000 \
      -to file:///var/log/syslog.log
    

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