Splunk Search

Database lookup says its table doesn't exist

redc
Builder

I'm attempting to create my first database lookup. I followed this documentation, choosing to specify the fields directly (only need one field): http://docs.splunk.com/Documentation/DBX/1.0.11/DeployDBX/Setupadatabaselookuptable

I gave it a name (HDMCF), specified a SQL database and the table name, selected the one field I want to be put into the lookup (ValueDesc), and saved it. Everything looks good.

When I try to search on it, I get an error that the lookup table doesn't exist:

| lookup HDMCF ValueDesc

Output:

Error in 'lookup' command: The lookup table 'HDMCF' does not exist.

What am I missing? Does there need to be a lookup definition for it (and if so, how do I set that up)?

0 Karma
1 Solution

redc
Builder

When I configured the lookup, the table I used needed to be "dbo.tablename" (rather than just "tablename"). After changing the lookup to use "dbo.tablename", I stopped getting this error.

View solution in original post

0 Karma

redc
Builder

When I configured the lookup, the table I used needed to be "dbo.tablename" (rather than just "tablename"). After changing the lookup to use "dbo.tablename", I stopped getting this error.

0 Karma

devicenul1
Path Finder

Having the exact same issue, anyone have any ideas? The documentation leaves a lot to be desired.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...