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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...