6 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View

It's set to
gzip with application/json
Looking at the dashboard's code itself, it seems intentionally blank
I assume it's told that it isn't GZIP (due to ?response-content-encoding=) so the 'usual' on-the-fly compression for application/json takes place (https://developers.cloudflare.com/support/speed/optimization-file-size/what-will-cloudflare-compress/) and you end up with a double compressed file
An example file would be http/20220609/20220609T005418Z_20220609T005548Z_693bb5a3.log.gz in the logpush bucket on the account 134a5a2c0ba47b38eada4b9c8ead10b6Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Is it saved as 
txt.gz or just .txt? 
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View