Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1021 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1021 Bytes

cf-dnalog-worker

simple cloudflare worker recipe to send logs into logdna

how to use

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

about compiledPass

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

logged parameters:

  • user agent
  • referer
  • ip
  • countryCode
  • url
  • colo
  • workerInception
  • workerId
  • method
  • x_forwarded_for
  • asn
  • status
  • originTime
  • CF-Cache-Status
  • CF-Ray
  • tlsCipher
  • tlsVersion
  • clientTrustScore