How to add dynamic data into a table using '.ingest inline into table' command
Published Jul 23 2019 05:30 AM 4,704 Views

Let's start with table definition 

 

.create table ExpensiveKustoQueries_Test (User: string, TimeStamp: datetime, CpuTime: timespan) 

Now Ingestion with dynamic Value 

 

 

.set-or-append ExpensiveKustoQueries_Test <| print User = "xx@Kusto.com", Timestamp = now(),CpuTime = totimespan("06:48:02.2656250")

 

 

Version history
Last update:
‎Jul 23 2019 05:31 AM
Updated by: