phutchins / logstash-input-mongodb

MongoDB input plugin for Logstash
Other
187 stars 104 forks source link

[FIX] structure of sqlite #67

Open kurkop opened 7 years ago

kurkop commented 7 years ago

Thanks to @nebalceroc

thejeff77 commented 7 years ago

I could use this fix. Running into the same issue. Can you assign this pull request to one of the contributors to get it moving?

melgart commented 3 years ago

I tested the feasibility of this fix by manually changing my sqlite3 table column to a String (from Int), but I still encountered the same problem. ☹️ I would probably next look at the code that parses the value from the 'placeholder' table to see if there's anything there that's attempting to treat the value as an Integer. Thanks for putting up this PR, at least -- helpful.