Logstash error : No implicit conversion of Integer into String

Hello there !

I started diving into Elastic stack world recently, everything was going well but when I wanted to take data from a new SQL server table via Logstash, I got this error :

My config file looks like this :

If anyone can help, I'd appreciate it ! Thank you :grinning::grinning:

It is having a problem parsing the last run metadata. That is stored by default in

"#{ENV['HOME']}/.logstash_jdbc_last_run"

I suggest you remove that file.

Thank you for replying !

Weirdly, I can't find that file :thinking:

I created a new file and added the path to the config file, it worked ! :smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.