manoj guglani
10/17/2024, 3:22 AMoverrides:
platforms:
macos:
options:
distributed_interval: 10
command_line_flags:
disable_tables: 'google_chrome_profiles,apps'
Config that works:
overrides:
platforms:
macos:
options:
distributed_interval: 10
command_line_flags:
disable_tables: google_chrome_profiles
Rebecca Cowart
10/17/2024, 6:27 PMmanoj guglani
10/17/2024, 7:16 PMRebecca Cowart
10/17/2024, 8:46 PMapps
table is specifically used by the software_inventory
table, so you will either need to enable the apps
table or disable the software_inventory
table.
Here is the documentation you would need for disabling the software_inventory table.
You would also be getting this error when disabling tables that are core osquery tables and therefore do not have a discovery query to run before attempting to run their host vital query. The apps
table is one of these tables.
However, disabling the software_inventory
table should get rid of the error.
Here is a list of the tables and associated queries used in the collection of host vitals.Rebecca Cowart
10/18/2024, 4:34 PMsoftware_inventory
feature as a table. So just know that by "table," I meant "feature." Thanks!manoj guglani
10/21/2024, 11:43 PMenable_software_inventory
. is this the correct feature or is there a different feature named software_inventory
Rebecca Cowart
10/22/2024, 5:27 AM