chrismsnz
02/21/2023, 10:37 PM/api/osquery/log
which is where the scheduled queries/packs etc return to by default. Not sure why its not /api/v1/osquery/log
or somethingKathy Satterlee
02/21/2023, 10:58 PM/api/v1/
formatting for endpoints. There are some changes in the works for the API that are slowly being implemented, so some endpoints will work without the version, but all endpoints will work with the version specified. Both /api/v1/osquery/log
and /api/osquery/log
will work. I see that we've got some references to /api/osquery/log
in the configuration documentation, I'll get that updated to use the standard endpoint.chrismsnz
02/21/2023, 11:00 PMKathy Satterlee
02/21/2023, 11:01 PMchrismsnz
02/21/2023, 11:02 PMKathy Satterlee
02/21/2023, 11:03 PM/api/osquery/
endpoints and updating the docs to reflect that. The versioned endpoint will still work and I'll make sure that's called out in the docs as well for backward compatibility :)chrismsnz
02/22/2023, 8:28 PM