- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output events and detections over SCP (SSH file transfer).
dest_host
: the ip:port where to send the data to, like1.2.3.4:22
.dir
: the directory where to output the files on the remote host.username
: the SSH username to log in with.password
: optional password to use to login with.secret_key
: the optional SSH private key to authenticate with.
Example:
dest_host: storage.corp.com
dir: /uploads/
username: storage_user
password: XXXXXXXXXXXX
Was this article helpful?