Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Add log forwarding topic #58

wants to merge 1 commit into from

Conversation

keharper
Copy link
Contributor

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

  • ...

@keharper keharper added internal Differentiates work between external and internal contributors new-topic A major update published as an entirely new document labels Aug 24, 2023
@keharper keharper self-assigned this Aug 24, 2023
@keharper keharper requested a review from jhadobe August 24, 2023 14:25

# Forward logs to New Relic

This guide would cover configuring your app builder application to forward application logs to your New Relic deployment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@keharper
Copy link
Contributor Author

Closing this PR. The contents were moved to AdobeDocs/app-builder#303

@keharper keharper closed this Aug 31, 2023
@keharper keharper deleted the new-relic branch August 31, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Differentiates work between external and internal contributors new-topic A major update published as an entirely new document
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants