You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using TD Agent with the following source configuration.
<source>
@type syslog
port 5140
bind 0.0.0.0
tag system
message_length_limit 4096
protocol_type tcp
<parse>
message_format auto
keep_time_key true
</parse>
</source>
If I send the log message of size ~ 8 kb, it still works.
Can anyone please help, How to configure the source so that log of larger size drops at the source ?
Maybe using filter plugin might help.
(For example, count message length by record_transforme filter and filter longer message by grep filter and so on)
Describe the bug
Hi, I am using TD Agent with the following source configuration.
If I send the log message of size ~ 8 kb, it still works.
Can anyone please help, How to configure the source so that log of larger size drops at the source ?
To Reproduce
Expected behavior
Your Environment
Your Configuration
Your Error Log
Additional context
The text was updated successfully, but these errors were encountered: