All Apps and Add-ons

dblookup dbConnect 2.4

ofaura
Path Finder

Hello,

I have following architecture:

1 SH - 1 IDX - 1 HF with dbConnect installed

Although the SH has dbConnect installed, it no access to the database layer because it´s in the front-end layer, so I have defined a dbLookup at the HF that works with no problems.

But when I try to use it from the SH I got a message regarding the dblookup is not defined. How can I work with the dbConnect defined on the HF in the SH?

0 Karma
1 Solution

benlc
Path Finder

It's not possible. You need to install the App on the SH, as well in order to get the dblookup command.
A work around is to create file lookups. In this way:

  1. HF DBX dumps database to index
  2. SH scheduled search creates outputlookup
  3. Use uf lookup in search.

I hope this helps
Ben

View solution in original post

0 Karma

benlc
Path Finder

It's not possible. You need to install the App on the SH, as well in order to get the dblookup command.
A work around is to create file lookups. In this way:

  1. HF DBX dumps database to index
  2. SH scheduled search creates outputlookup
  3. Use uf lookup in search.

I hope this helps
Ben

0 Karma

ofaura
Path Finder

Thanks Ben for the confirmation. Your suggestion was the workaround that I put in place just in case, and I can confirm that works fine! 🙂

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...