This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
syslog collector #1117
Comments
to add, I am able to collect syslog using this go module log:
So I can use this module to collect syslog, Just need to know how to write collector using this so that snap can consume these datas. |
@vnitinv: AFAIK there is not already a syslog collector. The plugin authoring documentation is a good resource for writing a plugin. You can also look at some examples from the plugin catalog to get an idea of what is involved. If you run into any trouble with the docs or writing the plugin please ping us back here or on slack. |
Created a Syslog collector plugin. It is still under construction but appears stable in dev. Will work on documentation. Looking for feedback and suggestions. |
Merged
Thanks @dishmael |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Can anyone point me if we already have a syslog collector. If not, can someone help me in developing the same.
this collector is supposed to listen on to a specific port on which different devices are publishing their syslogs.
syslog string example
If I can get a proto type code, I can extend it. Thanks in advance.
The text was updated successfully, but these errors were encountered: