Populating lookup table using incoming events
Best Answer
-
You can use the Redis function to update Redis-based data from within a pipeline using live data.
This isnt currently possible with CSV-based lookups.
0
Answers
-
You can use the Redis function to update Redis-based data from within a pipeline using live data.
This isnt currently possible with CSV-based lookups.
0 -
Weve created a product with custom functions that will read/write tables in data stores, which can be mongo, Oracle, MySql, MSSQL, Postgress, DB2 and others, making the data available across workers. Ping me if this aligns with what youre looking for.
0 -
You can optionally configure a script in "Sources" to run and collect the data you need from the source and output the results to /opt/cribl/data/lookups. This is handy in the instance you have a fileserver hosting reference data or an API endpoint that has the file or data ready to be consumed.
Example script for hitting endpoint and writing to lookup directory.wget URL-to-Data -O /opt/cribl/data/lookups/filename.csv
0