I am using both apis to send logs to Chronicle.
- POST https://malachiteingestion-pa.googleapis.com/v2/udmevents:batchCreate
- POST https://malachiteingestion-pa.googleapis.com/v2/unstructuredlogentries:batchCreate
I am creating batch of logs of less than 1 mb. The first API udmevents is working fine with this approach but the unstructedlogenteries is giving me error of max payload size.
while In Documentaion the max payload size mention is 4mb. https://cloud.google.com/chronicle/docs/reference/ingestion-api
Can someone please help ? TIA