BunnyCDN Log file format


Tags: spec
Reading time: less than 1 minute
The BunnyCDN log format is a plain-text format. By default, BunnyCDN provides
logs for 3 days, and you can fetch these with your account key.

Each request is logged on a separate line, and the fields are delimited by
`|`. Here are the fields in order, and their short descriptions.

1. Cache status
  - If the request was served from the cache, the value is HIT. Otherwise, the
    value is MISS.
2. Status code
  - The HTTP status code
3. Request timestamp
  - UNIX timestamp of the request
4. Bytes sent
  - The size of the response
5. Pull zone ID
6. Remote IP
  - The IP address of the client
7. Referrer URL
  - The address given in the _Referer_ header.
8. URL
  - Self-explanatory
9. Edge location code
  - The CDN location that served the request
10. User-Agent
  - The value of the User-Agent header
11. Request ID
  - Unique ID for the request
12. Country code
  - The country code of the client IP

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakliwikibunnycdnlogformat,
  title   = "BunnyCDN Log file format",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/wiki/bunnycdn-log-format/"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "BunnyCDN Log file format", November, 2024. [Online]. Available: https://www.gkbrk.com/wiki/bunnycdn-log-format/. [Accessed Nov. 12, 2024].
APA Style
Yaltirakli, G. (2024, November 12). BunnyCDN Log file format. https://www.gkbrk.com/wiki/bunnycdn-log-format/
Bluebook Style
Gokberk Yaltirakli, BunnyCDN Log file format, GKBRK.COM (Nov. 12, 2024), https://www.gkbrk.com/wiki/bunnycdn-log-format/

Comments

© 2024 Gokberk Yaltirakli