-
Notifications
You must be signed in to change notification settings - Fork 506
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
PRs welcome at tenebris-tech/tail #191
Comments
Hello @securityguy ! I'm also writing a log forwarder and was planning to use this (hpcloud) library, but am cautious about it's incomplete windows implementation. I looked at your fork but I wasn't sure what the major differences are. I noticed it's been a few years since it received and update, just curios if you got anywhere with it. I'd be grateful for any insight you have on this. Thanks! |
Hi Troy,
I forked it because it didn’t seem to be maintained, and I wanted to make sure it was stable for my project. I use it in log2sqs which is running in production on a few dozen Linux servers that I know of, and probably others.
I haven't tested it on windows, but if you find any issues please let me know and I'll see if I can address them.
Just FYI, log2sqs is a log forwarder that uses Amazon SQS as a queue. sqs2gl reads from SQS and posts each event to graylog.
My code is released under MIT - feel free to grab anything that helps you with your project.
Cheers,
Eric
…________________________________
From: Troy Lopez ***@***.***>
Sent: Saturday, January 11, 2025 10:17:28 PM
To: hpcloud/tail ***@***.***>
Cc: Eric Jacksch ***@***.***>; Mention ***@***.***>
Subject: Re: [hpcloud/tail] PRs welcome at tenebris-tech/tail (Issue #191)
Hello @securityguy<https://github.com/securityguy> ! I'm also writing a log forwarder and was planning to use this (hpcloud) library, but am cautious about it's incomplete windows implementation. I looked at your fork but I wasn't sure what the major differences are. I noticed it's been a few years since it received and update, just curios if you got anywhere with it. I'd be grateful for any insight you have on this. Thanks!
—
Reply to this email directly, view it on GitHub<#191 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB545YGDQQPNL5I7VIDIZGL2KHNERAVCNFSM6AAAAABVASOMD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVGU3DAMBWGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a cybersecurity guy using tail for a log forwarder (log2sqs) and am doing my best to maintain it at:
https://github.com/tenebris-tech/tail
I have manually incorporated some outstanding PRs.
Please feel free to use and submit PRs to my fork. It will be actively maintained.
The text was updated successfully, but these errors were encountered: