marpaia
05/15/2018, 10:45 PMDevendiran
07/21/2020, 5:23 PMzwass
09/10/2020, 3:22 AMgo 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
05/24/2022, 8:35 PMv0.0.0-20220317165851-954ac78f381f
which is what it looks like today?
And the v0
pattern is pretty common for go modules.seph
05/24/2022, 8:35 PMCptOfEvilMinions
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
05/25/2022, 4:56 PMseph
05/25/2022, 5:13 PMseph
05/25/2022, 5:14 PMseph
05/25/2022, 5:15 PMseph
05/25/2022, 5:17 PMseph
05/25/2022, 5:18 PMseph
05/25/2022, 5:20 PMseph
05/25/2022, 5:21 PMseph
05/31/2023, 5:59 PM