When working with custom connectors in Google SecOps, it's often necessary to persist certain values, like offsets, to maintain state between executions. Identifying the best approach to save and retrieve these values ensures efficient and reliable operations.
It is required to save offset value when working with more than x,000 alerts through an OEM API. Events are accessible in batch of 10/100 per call and have to keep value of offset for next run.