rasmus a56e6d1ffc remove synced() for shipper
+ shipFile cleanup after itself
2022-11-06 15:46:07 +02:00
2022-11-06 15:46:07 +02:00
2022-11-06 03:43:52 +02:00
2022-11-06 15:06:11 +02:00
2022-11-03 12:31:01 +02:00
2022-11-06 15:04:16 +02:00

logmower-shipper

Watches log directory for logs, and ships them to mongo.

  • Running: go run .
  • Building: go build .

Files

  1. mower.go acts as the main routine: initializes (including mongo.go) and watches for new files in log directory.
  2. submit.go watches file contents and tails them, streaming to sender.go.
  3. sender.go batches lines and ships them to mongo.
Description
Cloud native log shipping daemon written in Go
Readme 3.5 MiB
Languages
Go 98.3%
Dockerfile 1.7%