How to add dynamic data into a table using ‘.ingest inline into table’ command
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 … Continue reading How to add dynamic data into a table using ‘.ingest inline into table’ command
