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

wennan.he

11/18/2022, 6:07 PM
Hi osquery team, how to disable a particular table in osquery?
s

sharvil

11/18/2022, 6:14 PM
there is a
--disable_tables
flag
w

wennan.he

11/18/2022, 6:15 PM
thx, is there a doc to show how to do it or the details?
s

sharvil

11/18/2022, 6:15 PM
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.