Skip to main content
Version: 1.x

Stdout

Output plugin : Stdout​

Description​

Output Rows to console, it is always used for debugging.

Options​

nametyperequireddefault valueengine
limitnumberno100batch/spark streaming
formatstringnoplainbatch/spark streaming
limit [number]​

Limit number of output. -1 means no limit.

format [string]​

The format used for output, the allowed formats are json, plain and schema

Example​

stdout {
limit = 10
format = "json"
}