Fastly Logs
Connecting Fastly logs to your Panther Console
Last updated
Was this helpful?
Connecting Fastly logs to your Panther Console
Last updated
Was this helpful?
Panther supports ingesting Fastly logs via common options: Amazon Web Services (AWS) S3 and SQS.
To connect these logs into Panther:
In the lefthand navigation menu of the Panther Console, click Configure > Log Sources.
Click Create New.
Search for "Fastly", then click its tile.
Set up your Data Transport in the Panther Console.
Please follow Panther’s documentation for configuring the Data Transport option you will use:
Configure Fastly to push logs to the Data Transport source.
See Fastly's documentation for instructions on pushing logs to your selected Data Transport source.
To ensure Panther can parse the logs, make sure to select "Blank" in the "Log line format" field when creating an S3 logging endpoint for your Fastly service.
Column
Type
Description
remote_host_ip_address
string
This is the IP address of the client (remote host) which made the request to the server. If HostnameLookups is set to On, then the server will try to determine the hostname and log it in place of the IP address.
client_identity_rfc_1413
string
The RFC 1413 identity of the client determined by identd on the clients machine.
request_user
string
The userid of the person requesting the document as determined by HTTP authentication.
request_time
timestamp
The time that the request was received.
request_method
string
The HTTP request method
request_uri
string
The HTTP request URI
request_protocol
string
The HTTP request protocol
response_status
smallint
The HTTP status of the response
response_size
bigint
The size of the HTTP response in bytes
p_log_type
string
Panther added field with type of log
p_row_id
string
Panther added field with unique id (within table)
p_event_time
timestamp
Panther added standardize event time (UTC)
p_parse_time
timestamp
Panther added standardize log parse time (UTC)
p_source_id
string
Panther added field with the source id
p_source_label
string
Panther added field with the source label
p_any_ip_addresses
[string]
Panther added field with collection of ip addresses associated with the row
p_any_domain_names
[string]
Panther added field with collection of domain names associated with the row
p_any_sha1_hashes
[string]
Panther added field with collection of SHA1 hashes associated with the row
p_any_md5_hashes
[string]
Panther added field with collection of MD5 hashes associated with the row
p_any_sha256_hashes
[string]
Panther added field with collection of SHA256 hashes of any algorithm associated with the row
For more information, see the