mingrammer / flog

:tophat: A fake log generator for common log formats
MIT License
1.12k stars 135 forks source link

Support octet-counting #52

Open brsolomon-deloitte opened 2 years ago

brsolomon-deloitte commented 2 years ago

Per RFC5425#section-4.3.1, RFC6587#section-3.4.1, messages can be prefixed with an octet count.

Other programs such as telegraf expect this to be present, so it would be a nice feature to optionally enable.

See also this fluentd reference to it as well.