https://github.com/osquery/osquery logo
#fleet
Title
# fleet
r

Rafael

06/14/2022, 10:37 AM
Hello! We are planning to expose Fleet instance to the Internet and we want to monitor Fleet web server logs. Does Fleet provide this functionality? And is there are some secuirty baselines or hardening guide that we can сheck before exposing Fleet to the public?
m

Mystery Incorporated

06/14/2022, 2:23 PM
Put behind nginx and monitor nginx logs
r

Rafael

06/14/2022, 2:28 PM
And what about Fleet logs itself? How we can monitor them? A’m i write that Fleet logs all hist logs to stderr and we can redirect them to the file?
z

zwass

06/14/2022, 3:31 PM
Yes, Fleet does some logging to stderr, and you can turn on
--logging_debug
for very noisy logs if you want.
5 Views