Skip to content

Commit

Permalink
style(Logs): Hero edits - wording, added section links
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Sep 15, 2021
1 parent 314bd6b commit 374b566
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,27 @@ When [creating an Amazon Kinesis Data Firehose delivery stream](https://docs.aws
3. Enter a name for the stream and select your data source.
4. When selecting the destination, click **Third-party partner** and then **New Relic.**

![Third-party partner - AWS Kinesis Firehose](./images/3rd-party-firehose.png "Third-party partner - AWS Kinesis Firehose")
![Third-party partner - AWS Kinesis Firehose](./images/3rd-party-firehose.png "Third-party partner - AWS Kinesis Firehose")

5. Under **HTTP endpoint URL**, select **New Relic logs - US** from the drop-down.

**Note**: To send your logs to the EU, complete the remaining steps and proceed to the next section.
**Note**: To send your logs to the EU, complete the remaining steps, then proceed to the [send logs to EU accounts section](#configure-eu-stream).

6. Paste your [license key](/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key) in the **API key** field.
7. Configure and review the remaining settings.

## Configure your stream to send logs to EU accounts [#configure-eu-stream]

1. Complete the steps in the section above to create your delivery stream.
2. Once your stream has been created, navigate to the [Kinesis Console](https://console.aws.amazon.com/kinesis/) and click Delivery streams.
3. Click on the name of your newly created delivery stream and select the **Configuration** tab.
1. Complete the [steps above](#create-delivery-stream) to create your delivery stream.
2. Once your stream has been created, navigate to the [Kinesis Console](https://console.aws.amazon.com/kinesis/) and click **Delivery streams**.
3. Click on the name of your newly created delivery stream, and select the **Configuration** tab.
4. Click the **Edit** button next to the **Destination settings** section.
5. Update the value for **HTTP endpoint URL** to our Firehose endpoint for EU accounts:

```
https://aws-api.eu.newrelic.com/firehose/v1
```
```
https://aws-api.eu.newrelic.com/firehose/v1
```

6. Click **Save changes** to ensure your stream is updated.

Our EU endpoint will be selectable from the AWS Kinesis console soon.
Expand Down

0 comments on commit 374b566

Please sign in to comment.