:wave: Hello, team! I am new to osquery. Tried osq...
# extensions
a
👋 Hello, team! I am new to osquery. Tried osquery python extension to execute osqueryi commands and stuck on this error.
Could not connect to any of ['/tmp/pyosqsockndnbir6z']
My code was :
Copy code
import osquery
 instance = osquery.SpawnInstance()
 instance.open()
 result = instance.client.query("SELECT interface FROM interface_details;")
Is the correct way or I am doing something wrong ?