- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output events and detections over SFTP.
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 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?