``` osquery> select * from osquery_flags where ...
# general
c
Copy code
osquery> select * from osquery_flags where name in ("config_refresh", "config_path", "config_plugin");
+----------------+--------+-------------------------------------------------------+---------------------------+-------------------------------------------------------------------------+------------+
| name           | type   | description                                           | default_value             | value                                                                   | shell_only |
+----------------+--------+-------------------------------------------------------+---------------------------+-------------------------------------------------------------------------+------------+
| config_path    | string | Path to JSON config file                              | /etc/osquery/osquery.conf | <https://mysite.com/osquery.conf> | 0          |
| config_plugin  | string | Config plugin name                                    | filesystem                | tls                                                                     | 0          |
| config_refresh | uint64 | Optional interval in seconds to re-read configuration | 0                         | 10                                                                      | 0          |
+----------------+--------+-------------------------------------------------------+---------------------------+-------------------------------------------------------------------------+------------+