{
"name": "DataFlow",
"type": "pipeline",
"status": "running",
"level": "info"
}
UTF-8{
"name": "DataFlow",
"type": "pipeline",
"status": "running",
"level": "info"
}
{
"name": "DataFlow",
"type": "pipeline",
"status": "running",
"level": "info"
}
message 필드에 문자열로 저장합니다.json
{"name": "DataFlow","type": "pipeline","status": "running","level": "info"}UTF-8{\"name\":\"DataFlow\",\"type\":\"pipeline\",\"status\":\"running\",\"level\":\"info\"}
{
"message": "{\"name\":\"DataFlow\",\"type\":\"pipeline\",\"status\":\"running\",\"level\":\"info\"}"
}
message 필드에 문자열로 저장하고, Sink 노드에서는 데이터를 format에 따라 텍스트 행으로 출력합니다.\n)입니다.text
{"name":"DataFlow","type":"pipeline","status":"running","level":"info"}UTF-8{\"name\":\"DataFlow\",\"type\":\"pipeline\",\"status\":\"running\",\"level\":\"info\"}
{
"message": "{\"name\":\"DataFlow\",\"type\":\"pipeline\",\"status\":\"running\",\"level\":\"info\"}"
}
json
{
"name": "DataFlow",
"type": "pipeline",
"status": "running",
"level": "info"
}\n[%{level}] %{name} %{status}UTF-8[info] DataFlow running
[info] DataFlow running
string, integer, long, float, double, boolean, timestamp, dateSNAPPY(기본값), GZIP, LZ4_RAW, ZSTD, UNCOMPRESSED
json
{
"name": "string",
"count": "integer",
"changeable": "boolean",
"created":"timestamp"
}SNAPPYParquet는 컬럼 기반 바이너리 형식으로 저장되므로 parquet-tools, Apache Spark, pandas 등 별도 도구를 통해 확인할 수 있습니다.