.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ZO_ROOT_USER_EMAIL
ZO_ROOT_USER_PASSWORD
secret
ZO_MAX_FILE_SIZE_ON_DISK
ZO_FILE_PUSH_INTERVAL
ZO_S3_BUCKET_NAME
ZO_ETCD_ADDR
ZO_LOCAL_MODE
RUST_LOG
brew install flyctl && fly launch --from https://github.com/curiouscorrelation/openobserve
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/curiouscorrelation/openobserve
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/curiouscorrelation/openobserve