Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
write_crypto_file

write_crypto_file

Plugin
Arg Description Type
filename Path to the file to write OSPath (required)
query query to write into the file. StoredQuery (required)
max_wait How often to flush the file (default 60 sec). uint64
max_rows How many rows to buffer before writing (default 1000). uint64
max_size When the file grows to this size, truncate it (default 1Gb). uint64

Required permissions: FILESYSTEM_WRITE

Description

Write a query into an encrypted local storage file.