Skip to main content

Can I create a lookup file from data I receive from a collector? I have two fields in a JSON array that I want to use to create/update a lookup file every time the collector is run.

It is not a large amount of data so a lookup file would be the ideal method


I've created/updated lookups via the API with python on lambda. You may be able with a custom collector… but you need to get a api token


ok i will prob just use Redis since I already have that infrastructure in place.


Yea that would be easier


Reply