list of all functions that support querying a URL from within a pipeline for enrichment purposes?
bradleychambers
Posts: 3 mod
Is there a quick list of all functions that support querying a URL (like the Redis function) from within a pipeline for enrichment purposes?
0
Answers
-
Redis is really it. Cuz doing HTTP requests at log speed is not going to end well
0 -
I guess DNS lookups are adjacent
0 -
Not an out-of-the-box solution but a relevant conversation around potentially customizing Scianta's DBConnectionMgr https://cribl-community.slack.com/archives/CGCU5A18B/p1680222440886759. But, what <@ULBGHDPNY> said - it's important to understand how long the lookups for every event will take when compared to the events/sec rate, and what cashing capabilities can be implemented for the lookups.
0