https://github.com/fastn-stack/dekhn
dekhn watches nginx logs and your rust service and ships logs / traces to AWS CloudWatch etc
https://github.com/fastn-stack/dekhn
Last synced: about 2 months ago
JSON representation
dekhn watches nginx logs and your rust service and ships logs / traces to AWS CloudWatch etc
- Host: GitHub
- URL: https://github.com/fastn-stack/dekhn
- Owner: fastn-stack
- License: bsd-3-clause
- Created: 2024-09-26T15:23:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T15:26:45.000Z (over 1 year ago)
- Last Synced: 2025-08-29T20:18:22.991Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dekhn
dekhn watches nginx logs and your rust service and ships logs / traces to AWS CloudWatch etc
# State
`dekhn` stores its state in a sqlite file.
`nginx_log`: table contains one row for every log file, log files should be uniquely named, and the position within that file that has already been shipped.
`app_log`: against request-id (generated by nginx), it stores the JSON data. Once data is shipped they are deleted from this table.