Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic Syslog UDP collector bot #1611

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 20, 2020

  1. Add basic Syslog UDP collector bot

    Extremely basic, probably too slow, but simple and working Syslog
    collector over UDP.
    creideiki committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2b446dd View commit details
    Browse the repository at this point in the history
  2. Rename Syslog collector to UDP

    The bot really doesn't care about the Syslog data format, just that
    it can receive text in UDP packets. Handling Syslog is the job
    of a later parser bot.
    creideiki committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    737cb1e View commit details
    Browse the repository at this point in the history