add log shipping via vector for all fly "personal" deployments to better stack #2
2 changed files with 17 additions and 7 deletions
14
logs/README.md
Normal file
14
logs/README.md
Normal file
|
@ -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=<token provided by better stack>
|
||||
|
||||
|
||||
|
||||
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
|
|
@ -9,10 +9,6 @@ primary_region = "bos"
|
|||
[build]
|
||||
image = "ghcr.io/superfly/fly-log-shipper:latest"
|
||||
|
||||
[http_service]
|
||||
internal_port = 8080
|
||||
force_https = true
|
||||
auto_stop_machines = true
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
processes = ["app"]
|
||||
[[services]]
|
||||
http_checks = []
|
||||
internal_port = 8686
|
||||
|
|
Loading…
Reference in a new issue