Unable to leverage Auxiliary log table with Text or Json ingestion
Hi, I have followed all the steps from this article https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-collection-log-text?tabs=portal , and am able to ingest data into 'basic' logs. However if I try to use an 'Auxiliary' log table as destination, it errors out saying '{"code":"InvalidPayload","message":"Data collection rule is invalid","details":[{"code":"InvalidDataFlow","target":"properties.dataFlows[0]","message":"Stream (Custom-TextAux_CLRawData) cannot be transformed.Transformation not supported for Log analytics Auxiliary table destination xx-xx-xxxx"}]}' . The documentations for Auxiliary logs states that text/json as well as APi are supported methods (https://learn.microsoft.com/en-us/azure/azure-monitor/logs/create-custom-table-auxiliary) , but all seem to use transformation of some kind. How can one ingest data into an Auxiliary log table?