Splunk Search

Importing External Lookup Table from PostgresDB

balbano
Contributor

Hi,

I would like to import an external lookup table from a postgres DB.

What would be the best way to do this?

Thanks.

Brian

Tags (1)
0 Karma

dwaddle
SplunkTrust
SplunkTrust

"Best" is subjective, depending on your situation. You have two clear-cut options:

  1. Periodically run a query against the DB, exporting to a CSV file which Splunk then refers to.
  2. Do a scripted lookup which queries the DB each time the lookup is used

There are good reasons for both. Obviously, #1 is much, much simpler but has a lower update frequency. #2 is much more complicated, because you have to write code to make it work. But, #2 has the advantage of there being effectively no delay between updating the database and seeing the changes in Splunk. Your "business" requirements here are likely to influence your decision one way or the other.

The high-level of each, with an example scripted lookup, is in the docs at http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources

0 Karma

dwaddle
SplunkTrust
SplunkTrust

Do you have an update?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...