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
LogEntryshape. - Events are appended to the durable write path and rotated into SSTable files.
- Events are also buffered in memory for real-time viewing.
Related Endpoints
POST /logGET /logGET /stats
Related Types
types/log-entry.mdtypes/sstable-file.md