← back to backlog: scriba

Native HTTP/UDP Log Shippers

status

todo

type

task

description Right now, tools like Loki or Datadog have to scrape stdout or a syslog socket. Sending logs directly via network protocols can eliminate intermediate log-scraping daemons. Feature: Network transport backends. Mechanics: Create a scriba-http-logger or scriba-udp-logger that buffers logs in memory and flushes them in batches directly to a remote endpoint (like a Grafana Loki HTTP Push API or a Graylog GELF endpoint).scriba-14