All Apps and Add-ons

Trouble with lookup tables (possible bundle replication issue)

jhall0007
Path Finder

I was wondering if anyone else experienced an issue using the lookup tables in a distributed environment? I received an error indicating the indexers did not know about the lookup tables. I suspect the issue is with the large application name causing a problem with bundle replication.

0 Karma

jhall0007
Path Finder

I didn't spend to much time troubleshooting this. I just added a second app with a shorter name that included ONLY the lookup tables. It is now working fine for me. I am not looking for an answer, I was just hoping this may help someone else.

0 Karma

ccheung_splunk
Splunk Employee
Splunk Employee

jhall0007- Thanks for mentioning this. This is a known problem and will be addressed. While placing the lookups in a new app works, the problem is that the app blacklists the sample lookups in distsearch.conf. However, it's overzealous and blacklists ALL the lookups. 🙂

Out of the box:
excludeSSE1 = ...Splunk_Security_Essentials_for_Ransomware/lookups...
excludeSSE2 = ...Splunk_Security_Essentials_for_Ransomware\lookups...

Fix:
excludeSSE1 = ...Splunk_Security_Essentials_for_Ransomware/lookups/UC...
excludeSSE2 = ...Splunk_Security_Essentials_for_Ransomware\lookups\UC..

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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, ...