JL
EN
Docs Home
Menu
Features

Log Ingestion

JsonLog accepts log events over HTTP (`POST /log`), GELF (UDP/TCP), and Syslog (UDP/TCP).

feature jsonlog

Log Ingestion

JsonLog accepts log events over HTTP (POST /log), GELF (UDP/TCP), and Syslog (UDP/TCP).

Behavior

  • Events are validated and normalized into the LogEntry shape.
  • Events are appended to the durable write path and rotated into SSTable files.
  • Events are also buffered in memory for real-time viewing.
  • POST /log
  • GET /log
  • GET /stats
  • types/log-entry.md
  • types/sstable-file.md