Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[QUESTION]: 单条日志4M无法正常发送 #1473

Open
denghanling opened this issue Apr 30, 2024 · 0 comments
Open

[QUESTION]: 单条日志4M无法正常发送 #1473

denghanling opened this issue Apr 30, 2024 · 0 comments
Labels
question Further information is requested

Comments

@denghanling
Copy link

采集配置:
enable: true
inputs:

  • Type: file_log
    LogPath: /ilogtail-code/kafkaLog/
    FilePattern: '*.log'
    flushers:
  • Type: flusher_stdout
    OnlyStdout: true

启动参数配置:
{
"buffer_file_num" : 100,
"buffer_file_size" : 83886080,
"max_read_buffer_size": 8388608,
"check_point_dump_interval": 10
}

单条日志4M
image

stdout无打印日志
image

一开始测的是发kafka,发现无法正常发送kafka,所以改成stdout,发现也发不了,大概是不是input哪里问题,是代码问题还是配置问题?

@denghanling denghanling added the question Further information is requested label Apr 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant