After installling the Python3-logstash package in python 3.6 , i was unable to import .
Solution 👍
I found that userparse package called in init.py by logstash was actually changed in python 3.6 to userlib.parse.
After changing the package in init.py of logstash the import was successful!
After installling the Python3-logstash package in python 3.6 , i was unable to import .
Solution 👍
I found that userparse package called in init.py by logstash was actually changed in python 3.6 to userlib.parse.
After changing the package in init.py of logstash the import was successful!