Windows 上的 Fluent Bit 输出到 Splunk

Fluent Bit output to Splunk on Windows

我尝试按照以下命令将日志发送到 Splunk

fluent-bit -i dummy -o splunk -p host=10.16.0.41 -p port=8088 -p tls=off -p tls.verify=off -p splunk_token=my_splunk_token_value -m '*'

它适用于 Mac OS ,但在 Windows 上运行时不起作用. 在 Windows 上,它给出以下错误

[error] [io] connection #680 failed to: 10.16.0.41:8088
[debug] [upstream] connection #680 failed to 10.16.0.41:8088
[debug] [retry] new retry created for task_id=0 attempts=1
[ warn] [engine] failed to flush chunk '7624-1609745347.351439100.flb', retry in 7 seconds: task_id=0, input=dummy.0 > output=splunk.0

我也可以 telnet 到 Windows 机器上的那个端口

telnet 10.16.0.41 8088

我正在使用 td-agent-bit-1.6.9-win64.zip 作为 documentation

这是 fluent-bit 版本 1.6.8 和 1.6.9 Windows 可执行文件的问题。 GitHub issues 中也描述了问题。已在 1.6.10 版本中添加修复。

据我了解,问题是 "Windows 套接字接口无法正确处理 'errno'