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

Add support for larger message size #28

Open
chubby077 opened this issue Jun 8, 2020 · 0 comments
Open

Add support for larger message size #28

chubby077 opened this issue Jun 8, 2020 · 0 comments

Comments

@chubby077
Copy link

Is your feature request related to a problem? Please describe.
I am working to send json log data via syslog using Posh-SYSLOG. Sometimes the messages are longer than 2048 bytes. Although this is not standard size for syslog, some endpoints support larger messages.

Describe the solution you'd like
I can make it work by updating the module to allow for 4096 byte messages. Adding a flag for larger messages or possibly specific maximum message size would allow for these cases.

Examples of how the solution would work
Setting the RFC5424 section to maxlength of 4096 handles the cases I've run into. A flag to either use non-standard size or specify max length would address this.

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

No branches or pull requests

1 participant