https://github.com/osquery/osquery logo
#general
Title
# general
r

ryan

01/04/2022, 8:52 PM
I'm not sure what happened with our installs but the chrome_extension table no longer exists. Using version osquery 5.0.1. I ran a reinstall and can't find anythings that would be disabling it. Chrome is installed and chrome_extension_content_scripts is showing content
osquery> select * from chrome_extension;
Error: no such table: chrome_extension
s

sharvil

01/04/2022, 8:56 PM
Perhaps because the table name is
chrome_extensions
?
😅 1
r

ryan

01/04/2022, 8:57 PM
🤦 thank you guess this is a #fleet issue then
3 Views