Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
logstash 可以从文件中作为单个事件读取的最大字符长度是多少(单行输入,而不是多行输入)?logstash 是否也将行之间的特定数量的空格/制表符作为换行符?
看起来文件输入使用了 filewatch,它有32K 的限制。
上一个答案是指旧版本的 filewatch,其中块大小被硬编码为 32K
最近的文件输入仍然使用它作为默认块大小,但如果行长于 32K,则允许配置。
当未找到读取块的分隔符时,该插件还会打印警告。