Apparently there is a new version of eStreamer available (4.2.0).. wondering if anyone used that version? I'm using 4.0.9 and it stops working every 2, 3 days. when I run the status command below: /opt/splunk/etc/apps/TA-eStreamer/bin/splencore.sh status getting this error: Traceback (most recent call last):
File "./estreamer/configure.py", line 38, in <module>
import estreamer.common.convert as convert
File "/opt/splunk/etc/apps/TA-eStreamer/bin/encore/estreamer/__init__.py", line 28, in <module>
from estreamer.connection import Connection
File "/opt/splunk/etc/apps/TA-eStreamer/bin/encore/estreamer/connection.py", line 23, in <module>
import ssl
File "/opt/splunk/lib/python3.7/ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory any recommendation to solve this? 🙂
... View more