Hi osquery team, if /etc/osquery/osquery.conf is n...
# general
w
Hi osquery team, if /etc/osquery/osquery.conf is not offered, will osuqery read conf from config_tls_endpoint?
s
Depends on the flags. You’d need to configure that
w
like this? # Configuration --config_plugin=tls --config_tls_endpoint=/api/osquery/config --config_refresh=10
is there any way to check the response of this api?
@seph
s
Might be right. The docs have some examples of this
As for responses… you can examine osquery settings for things that should have been set by the config. You can look at verbose logs. Pretty sure something is logged.
w
for my case, i don't offer the config file. that is why i would like to check the response from this api.
and could u tell me where is the verbose log file?
s
Osquery logs to stdout and stderr. Everything else depends on how you have it configured.
w
# Logging --logger_plugin=tls --logger_tls_endpoint=/api/osquery/log --logger_tls_period=60
this is our logging cfg
and it means it returns the all the stdout and stderr to fleet?