<@U0JT049S4> Do you have information about that ou...
# general
k
@thor Do you have information about that output? I0307 123624.151345 3140 extensions.cpp:300] Could not autoload extensions: Failed reading: \ProgramData\osquery\extensions.load
m
Looks like path issue.
C:
is missing. Try to add complete path to your
extensions.load
in flags file.
--extensions_autoload=C:\programdata\osquery\extensions.load
k
if so, this is a bug. @thor
t
How is this a bug? The extensions autoload path needs the same permissions as the daemon, and this should be heavily documented in the readthedocs, if not thats an issue.
k
İf the osquery install to certain folder (programdata) and the extention file already exists in default folder, in this case why do i need to modify or add a thing to a thing. İ think it should work without adding or modifying a thing
t
Who is putting the extension file there? From what I know this isn't something that osquery is dropping for you, so this is a "bug" with whatever endpoint management you're using 😐 and/or however you're configuring your flags file.