We have updated our Terms of Service, Code of Conduct, and Addendum.

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

Options
Shawn Cannon
Shawn Cannon Posts: 130 ✭✭
edited September 2023 in General Discussions

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.

Best Answer

  • Shawn Cannon
    Shawn Cannon Posts: 130 ✭✭
    Answer ✓
    Options

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

Answers

  • Shawn Cannon
    Shawn Cannon Posts: 130 ✭✭
    Options

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

  • JP Bourget
    JP Bourget Posts: 30 ✭✭
    edited September 2023
    Options

    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
    Shawn Cannon Posts: 130 ✭✭
    Answer ✓
    Options

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

  • JP Bourget
    JP Bourget Posts: 30 ✭✭
    Options

    Yea that would be easier