Recently viewed Clear
Log streaming: FTP
Last updated November 06, 2019
Fastly's Real-Time Log Streaming feature can send log files to password-protected and anonymous FTP servers.
NOTE: Fastly does not provide direct support for third-party services. See Fastly's Terms of Service for more information.
Adding FTP as a logging endpoint
Follow these instructions to add FTP as a logging endpoint:
- Review the information in our Setting Up Remote Log Streaming guide.
-
Click the FTP Create endpoint button. The Create a File Transfer Protocol (FTP) endpoint page appears.
- Fill out the Create a File Transfer Protocol (FTP) endpoint fields as follows:
- In the Name field, enter a human-readable name for the endpoint.
- In the Log format field, optionally enter an Apache-style string or VCL variables to use for log formatting. The Apache Common Log format string appears in this field by default. Our discussion of format strings provides more information.
- In the Timestamp format field, optionally enter a timestamp format for log files. The default is an
strftime
compatible string. Our guide on changing where log files are written provides more information. - In the Address field, type the hostname or IP address of the FTP server. In the port field, type the port number you're using for FTP (the default is
21
). - In the Path field, optionally enter the path within the bucket to store the files. The path ends with a trailing slash. If this field is left empty, the files will be saved in the bucket's root path. Our guide on changing where log files are written provides more information.
- In the User field, type the username used to authenticate to the FTP server. For anonymous access, use the username
anonymous
. - In the Password field, type the password used to authenticate to the FTP server. For anonymous access, use an email address as the password.
- In the PGP public key field, optionally enter a PGP public key that Fastly will use to encrypt your log files before writing them to disk. You will only be able to read the contents by decrypting them with your private key. The PGP key should be in PEM (Privacy-Enhanced Mail) format. See our guide on log encryption for more information.
- In the Period field, optionally enter an interval (in seconds) to control how frequently your log files are rotated. This value defaults to
3600
seconds.
-
Click the Advanced options link of the Create a File Transfer Protocol (FTP) endpoint page and decide which of the optional fields to change, if any.
- Fill out the Advanced options of the Create a File Transfer Protocol (FTP) endpoint page as follows:
- In the Select a log line format area, select the log line format for your log messages. Our guide on changing log line formats provides more information.
- In the Placement area, select where the logging call should be placed in the generated VCL. Valid values are Format Version Default, None, and waf_debug (waf_debug_log). Selecting None creates a logging object that can only be used in custom VCL. See our guide on WAF logging for more information about
waf_debug_log
. - In the Compression field, optionally select the compression format you want applied to the log files. Our guide on changing log compression options provides more information.
- Click the Create button to create the new logging endpoint.
- Click the Activate button to deploy your configuration changes.