You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/partner-solutions/ingestion-key-rotation-log-flow.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ If you rotated your ingestion key in the New Relic partner portal, log flow may
17
17
18
18
## Symptoms
19
19
20
-
You might observe log loss after the ingestion key rotation on the New Relic partner portal. The Log flow status may still be **Sending** on the **Monitored resources** page of the Azure New Relic resource.
20
+
You might observe log loss after you rotate the ingestion key on the New Relic partner portal. The log flow status may still be **Sending** on the **Monitored resources** page of the Azure New Relic resource.
21
21
22
22
## Cause
23
23
24
24
The issue occurs because Azure isn't notified of the ingestion key rotation. As a result, the old ingestion key remains stored in the configuration database. The log forwarder service continues to use the expired key to send logs. This causes authentication errors and results in log loss.
25
25
26
-
## Workaround: Update the ingestion key manually
26
+
## Workaround: Update the ingestion key manually
27
27
28
28
To work around the issue, manually update the ingestion key using the following API call:
29
29
@@ -44,15 +44,18 @@ To work around the issue, manually update the ingestion key using the following
44
44
You can obtain the token using the **Network** tab of your browser's Developer tools:
45
45
46
46
1. In the browser, press F12 to open Developer tools. Select **Network**, and then select **Disable Cache**.
47
-
1. Open [Azure portal](https://portal.azure.com) and while keeping the **Network tab** open, perform any basic operations like opening a resource.
47
+
1. Open the [Azure portal](https://portal.azure.com) and while keeping the **Network tab** open, perform any basic operations like opening a resource.
48
48
1. Filter the result by **Fetch/XHR**. You can find a bearer token present in the request headers of the corresponding API call. Use it while it remains active.
49
49
50
-
:::image type="content" source="media/ingestion-key-rotation-log-flow/get-token.png" alt-text="Screenshot of viewing access token." lightbox="media/ingestion-key-rotation-log-flow/get-token.png":::
50
+
:::image type="content" source="media/ingestion-key-rotation-log-flow/get-token.png" alt-text="Screenshot showing how to view the access token." lightbox="media/ingestion-key-rotation-log-flow/get-token.png":::
51
51
3. The request should return a **204** status code that indicates the ingestion key has been successfully updated.
52
52
53
53
> [!NOTE]
54
54
> It may take up to **24 hours** for log flow to resume due to cache resetting on the Azure side.
55
55
56
56
## Troubleshooting
57
57
58
-
If you receive an error response, contact [**New Relic Support**](https://support.newrelic.com/s/) and provide the **correlation ID** (`x-ms-correlation-request-id`) from the response headers of your API call for further assistance.
58
+
If you receive an error response, contact [**New Relic Support**](https://support.newrelic.com/s/) and provide the **correlation ID** (`x-ms-correlation-request-id`) from the response headers of your API call for further assistance.
0 commit comments