Hi osquery team, how to disable a particular table...
# general
w
Hi osquery team, how to disable a particular table in osquery?
s
there is a
--disable_tables
flag
w
thx, is there a doc to show how to do it or the details?
s
https://osquery.readthedocs.io/en/latest/installation/cli-flags/
--disable_tables=table_name1,table_name2
Comma-delimited list of table names to be disabled. This allows osquery to be launched without certain tables.