Skip to main content
Question

Can I create a lookup file from data I receive from a collector?

  • March 11, 2025
  • 4 replies
  • 9 views

Shawn Cannon
Forum|alt.badge.img

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.

4 replies

Shawn Cannon
Forum|alt.badge.img
  • Author
  • Known Participant
  • March 11, 2025

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


  • Known Participant
  • March 11, 2025

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


Shawn Cannon
Forum|alt.badge.img
  • Author
  • Known Participant
  • March 11, 2025

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


  • Known Participant
  • March 11, 2025

Yea that would be easier