diff --git a/logs/README.md b/logs/README.md new file mode 100644 index 0000000..ed6a75e --- /dev/null +++ b/logs/README.md @@ -0,0 +1,14 @@ +# Create the app but don't deploy just yet +fly launch --no-deploy --image ghcr.io/superfly/fly-log-shipper:latest + +# Set some secrets. The secret / env var you set +# determines which "sinks" are configured +fly secrets set ORG=personal +fly secrets set ACCESS_TOKEN=$(fly auth token) +fly secrets set BETTER_STACK_SOURCE_TOKEN= + + + +https://fly.io/docs/going-to-production/monitoring/exporting-logs/#the-fly-log-shipper +https://github.com/superfly/fly-log-shipper +https://uptime.betterstack.com/team/163632/integrations/apis diff --git a/logs/fly.toml b/logs/fly.toml new file mode 100644 index 0000000..c0fe4f6 --- /dev/null +++ b/logs/fly.toml @@ -0,0 +1,14 @@ +# fly.toml app configuration file generated for burd-infra-logs-shipper on 2023-10-25T11:17:02-04:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = "burd-infra-logs-shipper" +primary_region = "bos" + +[build] + image = "ghcr.io/superfly/fly-log-shipper:latest" + +[[services]] + http_checks = [] + internal_port = 8686