h-a-s-a-n / CF-Worker-logs

Cloudflare Worker that logs all your HTTP requests and stores them in your ElasticSearch instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF-Worker-logs

Cloudflare Worker that logs all your HTTP requests and stores them in your ElasticSearch instance

Install & Usage (WIP)

Environment variables:

  • ELASTIC_URL: URL of your ElasticSearch instance
  • ELASTIC_INDEX: Name of the ElasticSearch index for your logs
  • ELASTIC_USERNAME (optional): HTTP Basic Auth username
  • ELASTIC_PASSWORD (optional): HTTP Basic Auth password

Author

👤 Arunesh

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Cloudflare Worker that logs all your HTTP requests and stores them in your ElasticSearch instance

License:MIT License


Languages

Language:TypeScript 88.1%Language:JavaScript 11.9%