https://github.com/osquery/osquery logo
Title
j

Jams

10/01/2019, 9:45 PM
Hi. Currently, I’m logging osquery results to Google Stackdriver. However, there’s a size log entry max value of 256 KB
p

packetzero

10/01/2019, 9:48 PM
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

Jams

10/01/2019, 9:55 PM
osquery TLS logger to API in GCP attempting to log JSON payload to Stackdriver. I’m using osquery v3.3.2.
p

packetzero

10/01/2019, 9:56 PM
try --logger_tls_max=240000
j

Jams

10/01/2019, 9:59 PM
Perfect. Thanks !