simple cloudflare worker recipe to send logs into logdna
copy index.js content into your worker change myApp and myHostName into whatever you want, read the logdna Ingest API
- maxRequestsPerBatch - how many requests to maximum batch per sending, by default it send all the batched requests once per 10 seconds
you should precompile your logdna ingestion key and store it in the compilePass parameters, you can simply type in console btoa(username+':'+password)
where username is your ingestion key and password keep empty, and put the results into the parameter to save some cpu time(probably)
I left all the console.log command to better help you debug
- user agent
- referer
- ip
- countryCode
- url
- colo
- workerInception
- workerId
- method
- x_forwarded_for
- asn
- status
- originTime
- CF-Cache-Status
- CF-Ray
- tlsCipher
- tlsVersion
- clientTrustScore