[
https://issues.apache.org/jira/browse/NIFI-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964402#comment-14964402
]
Mike de Rhino commented on NIFI-274:
-------------------------------------
[~bende]
{code}
.description("Determines the size of each receive buffer. The Syslog
specification limits a message to 1024 bytes so " +
+ "this buffer size should generally not need to exceed that
size.")
{code}
While it truly doesn't matter - given the value is configurable - I don't think
this 1024 bytes is correct on modern systems, e.g:
RHEL 6 = 2048
http://serverfault.com/questions/576904/rsyslog-udp-forwarding-truncates-at-2048-characters
Rsyslog8 = 4096
http://www.rsyslog.com/doc/v8-stable/rainerscript/global.html?highlight=maxmessagesize
Syslog-ng = 8192
https://www.balabit.com/sites/default/files/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/reference-source-file.html#idp34284192
> Syslog processors
> -----------------
>
> Key: NIFI-274
> URL: https://issues.apache.org/jira/browse/NIFI-274
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 0.1.0
> Environment: any
> Reporter: Corey Flowers
> Assignee: Bryan Bende
> Priority: Minor
> Labels: features
> Fix For: 0.4.0
>
> Attachments: NIFI-274-2.patch, NIFI-274-3.patch, NIFI-274.patch
>
>
> request to add syslog processors for direct interaction with syslog to
> include pulls and pushes of log info.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)