Skip to content

Commit 1ad8f18

Browse files
author
Lyrana Hughes
committed
added for GA as well
1 parent 89d94a6 commit 1ad8f18

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed
45 KB
Loading
30.5 KB
Loading

articles/time-series-insights/time-series-insights-diagnose-and-solve-problems.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@ To fix the lag:
9595

9696
2. When the lag is caught up, decrease the SKU capacity to your normal ingress rate.
9797

98+
## Problem: data was showing previously but is no longer showing
99+
100+
TSI is no longer ingesting data but events are still streaming into Iot Hub or Event Hub
101+
102+
### Cause A: your hub access key was regenerated and your environment needs updating
103+
104+
This problem occurs when the key provided when creating your event source is no longer valid. You would see telemetry in your hub but no Ingress Received Messages in Time Series Insights. If you are unsure whether or not the key was regenerated you can search your Event Hubs' Activity log for "Create or Update Namespace Authorization Rules" or search "Create or update IotHub Resource" for IoT hub.
105+
106+
To update your Time Series Insights environment with the new key open your hub resource in the Azure Portal and copy the new key. Navigate to your TSI resource and click on Event Sources.
107+
108+
[![Update key.](media/diagnose-and-solve-problems/update-hub-key-step-1.png)](media/diagnose-and-solve-problems/update-hub-key-step-1#lightbox)
109+
110+
Select the event source(s) that have from which ingestion has stopped, paste in the new key and click Save.
111+
112+
[![Update key.](media/diagnose-and-solve-problems/update-hub-key-step-2.png)](media/diagnose-and-solve-problems/update-hub-key-step-2#lightbox)
113+
98114
## Problem: my event source's timestamp property name setting doesn't work
99115

100116
Ensure that the timestamp property name and value conform to the following rules:

articles/time-series-insights/time-series-insights-update-how-to-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You might be sending data without the Time Series ID.
7272

7373
- Your event source key may have been regenerate and your Preview environment needs the new event source key.
7474

75-
This problem occurs when the key provided when creating your event source is no longer valid. You would see telemetry in your hub but no Ingress Received Messages in Time Series Insights. If you are unsure whether or not the key was regenerated you can search your Event Hubs' Activity log for "Create or Update Namespace Authorization Rules" or search "Create or update IotHub Resource" for IoT Hub.
75+
This problem occurs when the key provided when creating your event source is no longer valid. You would see telemetry in your hub but no Ingress Received Messages in Time Series Insights. If you are unsure whether or not the key was regenerated you can search your Event Hubs' Activity log for "Create or Update Namespace Authorization Rules" or search "Create or update IotHub Resource" for IoT hub.
7676

7777
To update your Time Series Insights Preview environment with the new key open your hub resource in the Azure Portal and copy the new key. Navigate to your TSI resource and click on Event Sources.
7878

0 commit comments

Comments
 (0)