Osquery custom path installation windows, Is there a way to modify the paths for "Pidfile" and "osquery.db"?
I'm attempting to install osquery in a custom location by placing the osqueryd.exe file from my default osquery installation into C:\Program Files\Test\foo\testosqueryd.exe. However, when I install it at this location with the flag --database_path= C:\Program Files\Test\foo\osquery.db, it generates an error when attempting to start osquery:
Windows could not start the osqueryd service on the local computer.
Error 1067: The process terminates unexpectedly.
On the other hand, when I don't use...