feat: synthetic log corpus generator for demo and testing #46
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#46
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turnstone demos and integration tests currently rely on either real infrastructure logs (not shareable) or manually crafted fixtures (limited volume and variety).
Add a
scripts/gen_corpus.pysynthetic corpus generator that produces realistic but entirely artificial log data:Generators needed:
Configuration:
glean_corpus.pyUse cases:
Acceptance criteria:
python scripts/gen_corpus.py --days 7 --out /tmp/demo-corpus/produces a gleanable corpus with varied severity distribution.