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 post any JSON content to azure time series insight through the rest api

Context: My job is to measure the performance of an in-premise application using JMeter and want to push the result to Azure time series insight. I am using Gen2 time series insight and below is my payload from JMeter, { "id":…
Jyoti Prakash Mallick
  • 2,119
  • 3
  • 21
  • 38
0
votes
1 answer

API 'metadata' is not supported for environment while posting to Azure Time Series Insight

Context: I am trying to post a json content to Azure Time Series Insight, through postman and getting, { "error": { "code": "InvalidInput", "message": "API 'metadata' is not supported for environment…
0
votes
1 answer

how to access to Azure time series insights through API without any application registered?

I want to access (read & write data) to azure time series insight through the api without registering any application. My job is it send/push the jmeter result to azure time series insight, is there any way to do it as I don't have access to…
0
votes
0 answers

How are Azure TSI Aggregate data types calculated?

I'm using Time Series Insights preview in Azure, to visualize data. Some of our data is of the Aggregate type, using the COUNT operation (the only option). My question is, does this count the items in the given time interval? For example, if our…
Randy Gamage
  • 1,801
  • 6
  • 22
  • 31
0
votes
1 answer

Time Series Insights Preview - Order By DESC

Started using TSI Preview recently and we are trying to get the latest events by using the TSQ GetEvents API, but I can't find any information on how to order the events. Went through the all the documentation but still no luck.
0
votes
1 answer

Azure Time Series (TSI) initial considerations and best practices

My apologies for the bad title! I am in the initial phase of designing an Azure Time Series solution and I have run into a number of uncertainties. The background for getting into TSI is that we currently have a rather badly designed cosmos db…
0
votes
1 answer

Scripting Azure Time Series Insights Data Access Policies

There exists a manual way to add users to the Time Series Insights using Data Access Policies. Withstanding that, there is no way available to add users in bulk. Can both the scenarios be scripted/automated using PowerShell/Azure REST API/SDK?
0
votes
1 answer

Azure Time Series Insights Bucket size

I have implemented time series insights aggregate API (GA) to get aggregate values of a sensor. This is my input to the intermediary API that I have built: { "PropertyName": "Prop1", "PropertyValue": "ProVal", "MeasuredValue":…
MAK
  • 1,250
  • 21
  • 50
0
votes
1 answer

Time Series Insights Preview - can't create boolean and string variables

I am writing data to TSI (through Event Hub). Some of my data is numeric (doubles), some is boolean and some is a text (string). I wanted to create a type for my time series data. However, when I am to create variables, i have to choose one of the…
mnj
  • 2,539
  • 3
  • 29
  • 58
0
votes
1 answer

How to edit Time Series Insights (preview) instances by uploading a JSON?

I have instances created in my TSI preview (Azure - Time series insights) environment and can edit them fine with the UI. However I have a lot of instances I would have to edit so doing a batch edit is necessary. However whenever I upload a Json…
0
votes
1 answer

Could not observe events sent to Azure time series insight explorer

I have configured a time series environment and an event hub to receive data on the time series environment. I have used the simple send java client in samples. I can see from the monitoring tab of the time series environment the events are received…
0
votes
1 answer

Parquet file written by Azure Time Series Insights Preview is not readable

We have an Azure Time Series Insights Preview instance connected to an event hub. The incoming events are written to the related cold storage data account as parquet files. When I try to open the parquet file with various readers (like the…
0
votes
1 answer

How to get all events in Azure Time Series Embed Rest API

I have the JSON Request for Time Series Insights REST API as follows: JObject contentInputPayload = new JObject( new JProperty("top", new JObject( new JProperty("sort", new JArray(new JObject( …
MAK
  • 1,250
  • 21
  • 50
0
votes
0 answers

Time Series Insights is burning money. Is it safe to delete it?

I see that I'm being charged daily for Time Series Insights. I don't think I'm using it and I see that I can delete it in the Azure portal, but is it safe to do so and will it save money?
Jon Th
  • 347
  • 2
  • 13
0
votes
1 answer

Azure Timeseries insights API Internal server error on all API requests

while calling the Timeseries Insights API from Nodejs I get a 500 internal server error every time I do a request. For example: const res = await getToken( 'https://login.microsoftonline.com/', process.env.TENANT_ID, …
Ventis
  • 488
  • 6
  • 22