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

lumberjack handler integration #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agalera
Copy link

@agalera agalera commented Oct 19, 2022

the idea is to support the lumberjack protocol (https://github.com/elastic/logstash-forwarder/blob/master/PROTOCOL.md) to insert logs in a simple way, this protocol is the one used by logstash, which will allow to send logs with the logstash library to easylogs

TODOs

  • basic implementation
  • move lumberjack server to correct folder
  • fix import models
  • SSL implementation (the code is commented but you should be able to configure it)
  • add new service in docker-compose and expose port 5544
  • add a client example

IMPROVEMENTs

  • inserts are done one by one, a buffer should be created and insert in bulk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant