marpaia
05/15/2018, 10:45 PMDevendiran
07/21/2020, 5:23 PMzwass
go run main.go
. You need to provide the socket path and query arguments, something like go run main.go /var/osquery.em 'select * from time
.annec
06/08/2021, 4:09 PM"Refusing to register duplicate extension "
in osqueryd syslogs. It comes from ExtensionManagerInterface::registerExtension. The issue usually solves itself after a few retries, but not always.CptOfEvilMinions
05/24/2022, 8:27 PM<http://github.com/osquery/osquery-go|github.com/osquery/osquery-go> v1.0.0
to my go.mod
seph
v0.0.0-20220317165851-954ac78f381f
which is what it looks like today?
And the v0
pattern is pretty common for go modules.seph
CptOfEvilMinions
05/24/2022, 9:37 PMv0.0.0-20220317165851-954ac78f381f
.
Also I like when the osquery project does releases, it includes the changes between releases which is nice. I understand if it’s a big lift for a small change but just something I wanted to ask about.CptOfEvilMinions
05/24/2022, 9:39 PMv0.0.0-*
notation can signal that a golang module is still in development. Is osquery-go still considered in development?zwass
seph
seph
seph
seph
seph
seph
seph
seph
seph
seph
Lucas Rodriguez
07/06/2023, 8:03 PM.github/workflows/go.yml
), any reason there's a failed CircleCI link in the repository README?Rebecca Mahany-Horton
07/07/2023, 2:56 PMRebecca Mahany-Horton
07/07/2023, 3:48 PMAleksandr Maus
09/19/2023, 4:50 PM*osquery.ExtensionManagerQueryArgs.sql (1) field write error: i/o timeout
, or query: out of order sequence response
As far as I remember the timeout at RPC level doesn’t stop the running query.
Would appreciate some advice in case if somebody already saw that or have some suggestions how to handle this better.
@seph maybe you have some insight?Aleksandr Maus
09/21/2023, 5:52 PMseph
seph
Rebecca Mahany-Horton
10/06/2023, 1:39 PMmessages
key we weren't currently extracting in osquery-go, so I've updated to include: https://github.com/osquery/osquery-go/pull/115Lucas Rodriguez
11/07/2023, 8:49 PMExtensionManagerServer.Shutdown
more than once (I believe this was introduced here).