Support for draft-ietf-json-text-sequence
Open
discuss
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
logstash should ingest JSON data in this form: https://datatracker.ietf.org/doc/draft-ietf-json-text-sequence/
Basically, that means `RS + JSON + LF`.
Since log stash already handles `JSON + LF`, a trivial parser could simply delete the leading RS character. A smarter one would use this to detect truncated JSON text and recover the following record, as described in the spec.
Contributor guide
Assessment
This issue has not been assessed yet.