[QUESTION]: 单条日志4M无法正常发送 #2136
Unanswered
denghanling
asked this question in
Help
Replies: 1 comment
-
有一些相关日志信息吗? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
采集配置:
enable: true
inputs:
LogPath: /ilogtail-code/kafkaLog/
FilePattern: '*.log'
flushers:
OnlyStdout: true
启动参数配置:
{
"buffer_file_num" : 100,
"buffer_file_size" : 83886080,
"max_read_buffer_size": 8388608,
"check_point_dump_interval": 10
}
单条日志4M

stdout无打印日志

一开始测的是发kafka,发现无法正常发送kafka,所以改成stdout,发现也发不了,大概是不是input哪里问题,是代码问题还是配置问题?
Beta Was this translation helpful? Give feedback.
All reactions