-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add log forwarding topic #58
Conversation
|
||
# Forward logs to New Relic | ||
|
||
This guide would cover configuring your app builder application to forward application logs to your New Relic deployment. |
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.
This guide would cover configuring your app builder application to forward application logs to your New Relic deployment. | |
This guide covers configuring your app builder application to forward application logs to your New Relic deployment. |
|
||
1. Log in to New Relic and navigate to the API keys screen. Pick the `INGEST - LICENSE` API key type you want to use and copy the `key` value for later use. | ||
|
||
1. Depending on the region hosting your New Relic account, you must use the United States or European endpoint as a `base uri`. If you don't know the region of your New Relic instance, check the browser URL of your New Relic home. If the URL begins with `https://one.newrelic.com/`, specify `https://log-api.newrelic.com/log/v1` as the URI. If the URL begins with `https://one.eu.newrelic.com/`, specify `https://log-api.eu.newrelic.com/log/v1`. |
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.
1. Depending on the region hosting your New Relic account, you must use the United States or European endpoint as a `base uri`. If you don't know the region of your New Relic instance, check the browser URL of your New Relic home. If the URL begins with `https://one.newrelic.com/`, specify `https://log-api.newrelic.com/log/v1` as the URI. If the URL begins with `https://one.eu.newrelic.com/`, specify `https://log-api.eu.newrelic.com/log/v1`. | |
1. Depending on the region hosting your New Relic account, you must use the United States or European endpoint as a `base uri`. If you do not know the region of your New Relic instance, check the browser URL of your New Relic home. If the URL begins with `https://one.newrelic.com/`, specify `https://log-api.newrelic.com/log/v1` as the URI. If the URL begins with `https://one.eu.newrelic.com/`, specify `https://log-api.eu.newrelic.com/log/v1`. |
|
||
1. Go to New Relic Home > **Logs** and run your query. | ||
|
||
1. If you don't see any logs in New Relic, check the log forwarding errors. |
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.
1. If you don't see any logs in New Relic, check the log forwarding errors. | |
1. If you do not see any logs in New Relic, check the log forwarding errors. |
Closing this PR. The contents were moved to AdobeDocs/app-builder#303 |
Purpose of this pull request
This pull request (PR) adds the Forward logs to New Relic topic
Affected pages
Links to Magento Open Source code