I’ve got a use-case now where I want to read values from a log source and put them into a lookup table as they are parsed. It seems there’s no built-in function to manage lookup tables/data adapter from a pipeline?
Some more details:
I need to build a correlation table and my information is already streaming in from a specific log source. If I could build the lookup table directly from the message field values, it would save a lot of work(and API calls). This lookup table could be applied to other log sources.