Hi. Currently, I’m logging osquery results to Goog...
# general
j
Hi. Currently, I’m logging osquery results to Google Stackdriver. However, there’s a size log entry max value of 256 KB
p
which logger plugin does that map to?
which osquery release?
is it using filesystem logger, then you are forwarding the logs via another process? If so, it's out of scope for osquery.
j
osquery TLS logger to API in GCP attempting to log JSON payload to Stackdriver. I’m using osquery v3.3.2.
p
try --logger_tls_max=240000
j
Perfect. Thanks !