Skip to main content

Is there a quick list of all functions that support querying a URL (like the Redis function) from within a pipeline for enrichment purposes?

Redis is really it. Cuz doing HTTP requests at log speed is not going to end well


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&gt; 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.


I guess DNS lookups are adjacent


Reply