摘要: Logstash 踩坑 1、使用标准输入导致容器一直启动 input{ stdin{} } output{ file{ path=>"/export/server/logstash/test.txt" # 这句的作用是将文件作为json格式保存 codec=>"json" } } A:本质因为是标准 阅读全文
posted @ 2025-06-04 15:05 先娶国王后取经 阅读(13) 评论(0) 推荐(0)