Good morning. I am running into a strange issue I hope someone has seen before. I am sending in messages to Graylog over Syslog TCP. The messages from my HaProxy server are being truncated at 947 characters exactly. Here is my config for the INPUT:
allow_override_date:
true
bind_address:
0.0.0.0
expand_structured_data:
false
force_rdns:
false
max_message_size:
2097152
override_source:
<empty>
port:
5555
recv_buffer_size:
1048576
store_full_message:
true
tcp_keepalive:
false
tls_cert_file:
<empty>
tls_client_auth:
disabled
tls_client_auth_cert_file:
<empty>
tls_enable:
false
tls_key_file:
tls_key_password:
use_null_delimiter:
false
What else should I be looking at to see why the messages are being truncated?