Turn a Kibana JSON log export into a runnable pytest suite using the secure-log2test CLI. Use when the user has a Kibana or Elasticsearch JSON export of API traffic and wants a regression suite from production logs, when extracting test cases from staging traffic, when scrubbing auth headers or secret-looking body fields before logs leave the laptop, when bridging Kibana-captured requests into a pytest-based suite for CI, when the user mentions Kibana logs, Elasticsearch JSON export, log-to-test conversion, log replay tests, auth header redaction, PII in logs, or regression tests from production traffic.
92
100%
Does it follow best practices?
Impact
93%
1.00xAverage score across 2 eval scenarios
Passed
No known issues
Thanks for your interest in secure-log2test. This is a small project, so the contribution flow is simple.
Open an issue with:
Open an issue first so we can talk through the use case before you write code. Keeps both of us from wasting time.
main.tests/. The CI runs pytest -v on Python 3.10 and 3.11.pip install -r requirements.txt
pytest -vparse_log_line).If you find something that could leak secrets from a real log file, please email me directly instead of opening a public issue. Address is on my GitHub profile.
.tessl-plugin
evals
scenario-1
scenario-2
secure_log2test
tests