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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...