``` osquery> select * from osquery_flags where ...
# general
c
Copy code
osquery> select * from osquery_flags where name in ("config_plugin", "config_tls_endpoint", "config_tls_refresh", "tls_hostname");
+---------------------+--------+-----------------------------------------------------------+---------------+------------+------------+
| name                | type   | description                                               | default_value | value      | shell_only |
+---------------------+--------+-----------------------------------------------------------+---------------+------------+------------+
| config_plugin       | string | Config plugin name                                        | filesystem    | filesystem | 0          |
| config_tls_endpoint | string | TLS/HTTPS endpoint for config retrieval                   |               |            | 0          |
| tls_hostname        | string | TLS/HTTPS hostname for Config, Logger, and Enroll plugins |               |            | 0          |
+---------------------+--------+-----------------------------------------------------------+---------------+------------+------------+