Skip to content

cepro/fly-log-shipper

 
 

Repository files navigation

fly-log-shipper

see README in the repository this was forked from for details.

This fork adds some custom transformations to logs coming out of our fly apps to ensure all output logs are in a structured JSON format.

See our modified vector.toml for details.

Launch

fly launch --config fly/fly-<org>.toml --org <org> --no-public-ips --no-deploy --name fly-log-shipper-<org>

fly secrets --config fly/fly-<org>.toml set ACCESS_TOKEN=$(fly auth token)

fly deploy --config fly/fly-<org>.toml
fly scale --config fly/fly-<org>.toml count 1

About

Ship logs from fly to other providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.8%
  • Dockerfile 46.2%