Questions tagged [azure-timeseries-insights]

Use this tag for questions related to programmatic usage of Azure Time Series Insights.

A cloud service from Microsoft, offering ingestion, storage, analysis and visualization of large sets of event data.

Azure Time Series Insights Home

97 questions
0
votes
1 answer

How to resolve 500 internal service error when querying data from Azure Time Series Insights JavaScript API?

I'm trying to query data from Azure Time Series Insights Preview using JavaScript and the tsiclient library. My code follows the format from the github documentation but when I push the query, I get the 500 'internal service error' POST error. My…
Reece
  • 58
  • 6
0
votes
1 answer

Perform Group By Operation with multiple attributes on Azure Aggregates API

Our problem is, How to perform group by operation with multiple attributes? As a example, lets assume we have a bellow event schema: { { "name": "id", "type": "String" }, { "name": "last_updated_at", …
GihanDB
  • 591
  • 2
  • 6
  • 23
0
votes
1 answer

Azure Time Series - Can't get data

I have set up an IotHub that receives messages from a device. The Hub is getting the messages, and I am able to see the information reaching and being processed in TSI. Metrics from TSI Azure However, when trying to view the data in the TSI…
dsd
  • 1
  • 1
0
votes
1 answer

Why IotHub events are delayed when stored in Time Series Insights?

I have a Time Series Insights Environment with an IoT Hub data source configured. What I noticed is that there is a specific 20-30 seconds delay from sending an event to IoT Hub and seeing it stored in TSI. After I found this, I attached a Function…
Vladislav
  • 2,772
  • 1
  • 23
  • 42
0
votes
1 answer

Time Series Insights - 'uniqueValues' aggregate not working as expected: does not return any data

I'm trying to execute some aggregate queries against data in TSI. For example: { "searchSpan": { "from": "2018-08-25T00:00:00Z", "to": "2019-01-01T00:00:00Z" }, "top": { "sort": [ { …
Vladislav
  • 2,772
  • 1
  • 23
  • 42
0
votes
2 answers

Routing Data from IoT Hub to Time Series Insight

We have setup an IoT Hub that receives telemetry data. Current workflow route: IoTHub -> Stream Analytics -> Event Hub -> Time Series Insight Required workflow route: IoTHub -> Time Series Insight Is this possible? If yes can someone please point…
Codehelp
  • 4,157
  • 9
  • 59
  • 96
-1
votes
1 answer

Is it possible to add description in time series insight for user friendly charts

In my use case, I have machine codes as 10744/0, and that represents let's say temperature. Is it possible in TSI such that 10744/0 would be mapped to temperature for user experience?
Rajat
  • 13
  • 2
1 2 3 4 5 6
7