-
Notifications
You must be signed in to change notification settings - Fork 13
Update ingest methods to use edge regions #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
send-data/heroku-log-drains.mdx
Outdated
|
|
||
| ```bash | ||
| heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/datasets/DATASET_NAME/ingest -a HEROKU_APPLICATION_NAME | ||
| heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/ingest/{AXIOM_DATASET} -a HEROKU_APPLICATION_NAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm good point, do we still support this ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for the sake of this PR, updating the endpoint is fine. I'll check later on about Heroku support.
Co-authored-by: Mano Toth <71388581+manototh@users.noreply.github.com>
Co-authored-by: Mano Toth <71388581+manototh@users.noreply.github.com>
| 'apiToken' => env('AXIOM_API_TOKEN'), | ||
| 'dataset' => env('AXIOM_DATASET'), | ||
| 'axiomUrl' => env('AXIOM_URL'), | ||
| 'region' => env('AXIOM_REGION', 'us-east-1.aws'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused about these changes. Could you please check if these are correct?
send-data/heroku-log-drains.mdx
Outdated
|
|
||
| ```bash | ||
| heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/datasets/DATASET_NAME/ingest -a HEROKU_APPLICATION_NAME | ||
| heroku drains:add https://axiom:API_TOKEN@AXIOM_DOMAIN/v1/ingest/{AXIOM_DATASET} -a HEROKU_APPLICATION_NAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for the sake of this PR, updating the endpoint is fine. I'll check later on about Heroku support.
No description provided.