parth-vader314159/strata ? reverse-engineered prompt
Reverse engineered prompt
Build me STRATA, a log preprocessing system for security teams that can take messy logs from different perimeter devices and turn them into one common format without ever losing the original data.
I want it to accept logs from files and network inputs, keep the raw bytes as the source of truth, normalize supported vendor formats into a shared taxonomy, and show where each parsed field came from. It should be able to quarantine unclear lines instead of guessing, and let me fix a parsing rule and reprocess old data from the original logs.
Also include a simple web console with a provenance view, an audit view, and a way to inspect or verify stored records. The app should work locally from the command line, support Docker, and be usable in an air gapped setup too. If you need to check current docs for a library or format, look them up online first.