You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SinkDB uses dig to query data (see line 20 in sinkdb.py). When SinkDB analyzer is used in Cortex docker container it returns the following error
Invalid output Traceback (most recent call last): File "SinkDB/sinkdb.py", line 52, in <module> SinkDBAnalyzer().run() File "SinkDB/sinkdb.py", line 36, in run "is_sinkhole": self.dig(self.data) File "SinkDB/sinkdb.py", line 22, in dig stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 394, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Steps to Reproduce
Deploy Cortex as a docker container or Swarm service
Supply latest analyzers as a docker volume
Use SinkDB analyzer
Possible Solutions
Provide dig as part of Cortex docker image placed in the standard PATH
The text was updated successfully, but these errors were encountered:
ParanoidRat
changed the title
Cortex docker image seems to lack dig tool used by SinkDB analyzer
SinkDB analyzer could not find DIG in the Cortex docker image
Oct 15, 2018
Request Type
Bug
Work Environment
Problem Description
SinkDB uses
dig
to query data (see line 20 in sinkdb.py). When SinkDB analyzer is used in Cortex docker container it returns the following errorSteps to Reproduce
Possible Solutions
Provide
dig
as part of Cortex docker image placed in the standard PATHThe text was updated successfully, but these errors were encountered: