【发布时间】:2018-12-21 09:12:21
【问题描述】:
第一| 2nd|3rd |4th |5th |6th |7th |8th |2012.07.12 05:31:04 |10th |ProductDir: C:\samplefiles\test\storage\4.0 (LF) C:\samplefiles\test\storage\5.0 (LF) 样品目录:(LF)
注意:LF -> 换行正在追加
我尝试了以下选项.. 似乎没有任何效果
match => [ "message", "(?m)....(?<message>(.|\r|\n)*)- Greedydata 也无法正常工作,因为它没有考虑新行。
mutate {gsub => ["message", "\n", "LINE_BREAK"] }codec => multiline { pattern => "^\s" negate => true what => previous }
【问题讨论】:
-
您可以添加您使用的 Elasticsearch 和 Logstash 版本吗?
-
ELK 版本为 6.3
标签: elasticsearch logstash elastic-stack logstash-grok