[Feature Request] GHES: Log Forwarding - Filter at source #204569
Unanswered
olivia-mativi
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Other
Body
GHES has a log forwarding feature that allows for transmission of system and application logs via syslog-ng. This is a useful and desirable feature from a security monitoring standpoint. That being said, it has zero configurability beyond setting a destination ip/port, and the vast majority of events hold little to no security value. While it's possible to filter events out either in an observability pipeline or at a SIEM, it's common (if not standard) for dropped events to still count against licensing for those - and the all-or-nothing nature of the current log forwarding setting means that there's a genuine struggle between deciding to ingest it all for the few useful logs and accept the licensing hit, or to leave the OS/services unmonitored and collect GitHub logs via API.
It would be extremely helpful to be able to configure a filter to specify which log files to include/exclude. This could be as simple as a syslog-ng configuration file upload in the admin setup page that gets applied to the underlying service, but would represent a tremendous benefit in terms of increasing the value per log emitted by the appliance.
All reactions