Forum Discussion
Using Direct ingestion to write less event field data in the destination KQL table
Hi,
in Eventstream is it possible to write event data in a destination KQL table without EventProcessedUtcTime, PartitionId, EventEnqueuedUtcTime fields, using the Direct ingestion option successfully?
I'm trying this scenario but I cannot see any records loaded in the KQL table using the Direct ingestion option.
Any suggests to me, please? Thanks
Hi, I've solved using the "Event processing before ingestion" option for the destination KQL table, that allows to remove the EventProcessedUtcTime, PartitionId, EventEnqueuedUtcTime fields.
Probably, with the Direct ingestion option it isn't allowed to change any data mappings between the source and the destination.
3 Replies
- pmscorcaKudo Kingpin
Hi, I've solved using the "Event processing before ingestion" option for the destination KQL table, that allows to remove the EventProcessedUtcTime, PartitionId, EventEnqueuedUtcTime fields.
Probably, with the Direct ingestion option it isn't allowed to change any data mappings between the source and the destination.
- AnonymousNot applicable
Hi pmscorca ,
Glad to see you solved the problem yourself, please remember to mark useful reply as solution in order to help users with the same problem, thanks in advance!
Best Regards,
Neeko Tang- pmscorcaKudo Kingpin
Hi, ok but I'd like to understand the reason about a such behaviour.
Thanks