Request for create Logpush job.
Uniquely identifies s3 bucket for logs. Additional configuration parameters like region can be included. The string {DATE} in the URL path to separate logs into daily subdirectories; for example s3://customer-bucket/logs/{DATE}?region=us-east-1&sse=AES256
The name of the directory will be replaced with the date in YYYYMMDD format (e.g. 20220215) when the logs are stored.
s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256
Logpush job name; the name cannot be changed after the job is created.
my-logpush-job
Filter provides a way to customize which logs you want to receive. Filters are added as escaped JSON strings formatted. Default will include all logs.
List of log fields. Depending on the type of log, the list of fields that you would like to see in the logs may vary.
- "ClientRequestBytes"
- "ClientRequestHost"
- "ClientRequestMethod"
Ownership token to proves the ownership of the destinationPath.
abc00000000000000000000
Type of logs. Available log types are http_requests
, firewall_events
, and page_shield_events
.
- http_requests
- firewall_events
- page_shield_events
http_requests