Chronicle script giving 404 (Resource Entity not found) at the time of ingesting logs to chronicle

Hi, Community
We have one of the chronicle script from https://github.com/chronicle/ingestion-scripts executing on GCP function and we are collecting data from ABC platform to chronicle.
We are observed that we have successfully collected logs from the ABC platform and when we script try to forward collected logs to chronicle then we are getting below error.

{
    'code': 404 ,
    'message' : 'Requested entity was not found.',
    'status' : 'NOT_FOUND'
}

this error throw from the folder commom/ingest.py  line 206

can someone help us to resolve this issue or suggest any possible solution.
Thanks  

0 1 376
1 REPLY 1

@cmmartin_google  can you help me out in this issue.
Thanks