为了账号安全,请及时绑定邮箱和手机立即绑定

为什么报错呀

http://img1.sycdn.imooc.com//5ed39fbc000107de12230639.jpg

是我语句有问题吗。。。

input {  jdbc {    jdbc_driver_library => "D:\\elasticsearch-7.6.2\\logstash-7.6.2\\mysql-connector-java-5.1.6.jar"    jdbc_driver_class => "com.mysql.jdbc.Driver"    jdbc_connection_string => "jdbc:mysql://localhost:3306/childrenmanagement?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC"    jdbc_user => "root"    jdbc_password => "123456"    schedule => "* * * * *"    clean_run => true    # statement => "select * from log where timestamp >date_add(:sql_last_value,INTERVAL 8 HOUR)"    #last_run_metadata_path => "D:\\elasticsearch-7.6.2\\logstash-7.6.2\\config\\logstash_metadata"        statement =>"select * FROM log WHERE update_time > :sql_last_value AND update_time < NOW() ORDER BY update_time desc"  }}output {  elasticsearch {    hosts => ["http://localhost:9200"]    index => "log"    document_id => "%{id}"  }}


正在回答

1 回答

看看你的表有没有update_time这个字段

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么报错呀

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信