Splunk Search

Splunk DB Connect: Can the lookup table for defining extra fields in a datamodel be a dblookup?

kundeng
Path Finder

It seems that the lookup table for defining extra fields in datamodel can not be a dblookup (database lookup)? Can someone confirm this is the case and not a bug?

The dblookup works fine in standalone search, but I am not able to make it to work in datamodel editor.

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

I think that's correct... if you can take a bit of delay in recognizing the new schema, you can use the dblookup to regularly generate a new Splunk lookup.

0 Karma

sanjay_shrestha
Contributor

Could you pls elaborate more what do you mean by "you can use the dblookup to regularly generate a new Splunk lookup"?

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

a saved search that looks something like this:
dblookup mydb "select * from mytable" | outputlookup mylookup
then you use mylookup in your searches

0 Karma

sanjay_shrestha
Contributor

Did you mean |dbquery instead of |dblookup.
I was using |dbquery but the lookup file kept growing and its huge. To avoid this we also wanted to implement dblookup in datamodel.

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

d'oh -- yes, that is what i meant... can you use a SQL limit to keep the size of your query down?

0 Karma

sanjay_shrestha
Contributor

no as lookup can be done to any record for last one year.

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee

maybe it would work better to dbquery blah | dedup eventid | collect mysummary?

0 Karma

sanjay_shrestha
Contributor

We thought about that but not preferable to create new summary index in this case.

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 ...