-
Notifications
You must be signed in to change notification settings - Fork 18
chapter_7: Add plugin programming guide #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. The guide is well written. I have a few smaller comments.
@vic-ma sorry, I got disctracted. What is the status this work? I am not following this actively. Please ping me if you think this work is ready for a new review round. |
@furiel I have worked through and resolved all the comments from the last review, so I think it is ready for a new review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incredible work! Well done! Thank you for your contribution. I just found some cosmetic things. To move forward, please squash your commits into a single commit. Then I think this can be merged.
Thank you. The changeset looks good. I have no more comments. |
Create a guide that explains how to write plugins in syslog-ng. Signed-off-by: Victor Ma <[email protected]>
Note: Currently the source driver section is not complete.
The goal of this guide is to explain how to write plugins in syslog-ng.
It was made as part of a Google Summer of Code 2019 project.
Contents
README.md: Introduction
section_1.md: Modules and Plugins
section_2.md: Source Drivers
section_3.md: Parsers
section_4.md: Filter Functions
section_5.md: Template Functions