x-pack/plugin/esql-datasource-ndjson/README.md
Provides NDJSON (newline-delimited JSON) format support for ESQL external data sources.
.ndjson and .jsonl extensionsOnce installed, ESQL will use this plugin for files ending in .ndjson or .jsonl:
FROM "https://example.com/data/events.ndjson"
| WHERE status = "ok"
| LIMIT 100
Pages only contain blocks, not attributes. There's no way to know what
these blocks represent (name, type, nullability, etc.)
SourceMetadata should be provided to FormatReader.read()
employees.ndjson created by running CsvTestsDataLoader and extracted using
curl 'http://localhost:9200/employees/_search?size=1000' | jq -c '.hits.hits[] | ._source'
and manually convert "string booleans" to actual booleans.