Forum Discussion
TsT89
Mar 27, 2020Copper Contributor
Kusto Ingestion policy
Hi everybody, I connected the Azure Data Explorer to the IoT Hub and map recieved data to my table, everythings works fine. However, some messages include values that i dont want to include in my d...
Tzvia
Microsoft
Mar 29, 2020TsT89 hey
1. you can filer data out with mapping (you can ignore specific columns)
2. filter after ingestion can be done by using update policies
you can create ingestion table with retention 0 and a destination table as you need