Hello HN community,
I’m currently developing a log parsing and log viewing tool (https://github.com/dloss/klp) and am in need of realistic log file examples that I can include in my documentation and use for internal testing. Specifically, I’m looking for log files that are:
1. Publicly available and permissible for redistribution under an Open Source license (ideally MIT license).
2. Structured logs, either in JSONL (JSON Lines) or logfmt format.
The purpose is to show how my tool can be used to effectively handle real-world data, and to identify new features that would be useful.
If anyone knows of datasets, repositories, or sources where I could find such log files, your guidance would be immensely helpful.
Thank you in advance for your assistance and suggestions!
0