Skip to content

Commit a39a009

Browse files
authored
Merge pull request #107500 from lyrana/troubleshoot-updates-key
Troubleshoot updates key
2 parents 5b729ff + c402529 commit a39a009

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed
45 KB
Loading
30.5 KB
Loading
42.8 KB
Loading
28 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.png#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.png#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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,20 @@ You might be sending data without the Time Series ID.
6868
> [!NOTE]
6969
> At this time, Time Series Insights supports a maximum ingestion rate of 6 Mbps.
7070
71+
## Problem: Data was showing, but now ingestion has stopped
72+
73+
- Your event source key may have been regenerate and your Preview environment needs the new event source key.
74+
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.
76+
77+
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.
78+
79+
[![Update key.](media/preview-troubleshoot/update-hub-key-step-1.png)](media/preview-troubleshoot/update-hub-key-step-1.png#lightbox)
80+
81+
Select the event source(s) that have from which ingestion has stopped, paste in the new key and click Save.
82+
83+
[![Update key.](media/preview-troubleshoot/update-hub-key-step-2.png)](media/preview-troubleshoot/update-hub-key-step-2.png#lightbox)
84+
7185
## Problem: My event source's Timestamp property name doesn't work
7286

7387
Ensure that the name and value conform to the following rules:

0 commit comments

Comments
 (0)