elastic / elastic/logstash

Support for draft-ietf-json-text-sequence

Open
#2,381 24 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.