Support ingesting json as produced by JsonFormatter
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 167
- Forks
- 30
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 9
Description
As the title states: I recently had to ingest some log files written by the (old) JsonFormatter. But apparently that is not a supported scenario yet. I think such a feature would be worthwhile.
As a side note: Naming the ingestion argument --json seems bit misleading to me, as the data must follow the clef-schema and cannot be just any odd json.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ingestion path for the --json argument and compare its expected CLEF input with JSON produced by the old JsonFormatter. Clarify the supported input format and whether the argument name should change; done means old JsonFormatter log files can be ingested while preserving the documented CLEF requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100