[ERROR][logstash.filters.ruby ] Ruby exception occurred: undefined method `time' for nil:NilClass
Logstash | 作者 Dm | 发布于2017年08月20日 | 阅读数:12315
5.2.1版本
在filter中处理时间:
ruby {
code => "event.set('utctime', event.get('utctime').time + 8*60*60)"
}
后台报错:
[ERROR][logstash.filters.ruby ] Ruby exception occurred: undefined method `time' for nil:NilClass
在filter中处理时间:
ruby {
code => "event.set('utctime', event.get('utctime').time + 8*60*60)"
}
后台报错:
[ERROR][logstash.filters.ruby ] Ruby exception occurred: undefined method `time' for nil:NilClass
2 个回复
rochy - rochy_he
赞同来自:
Naylor
赞同来自:
target中对应的 @timestamp 又是什么意思?