All Apps and Add-ons

Error Script execution failed for external search command "MAC Adress Vendor"

TISKAR
Builder

Hello Splunker,

I'l tryin to use application to search Vendor

I installed the application MAC Address Vendor Lookup for Splunk (https://splunkbase.splunk.com/app/4308/) to recover the Vendor based on the MAC address, but I find the following error.

[Indexer1] Script execution failed for external search command '/opt/splunk/var/run/searchpeers/SH-XXXXXX/apps/TA-mac-address-vendor-lookup/bin/mac_vendor_lookup.py' . 

Info:

  1. The application is installed in Search Head.
  2. I have a cluster mode

Can you help please.

Thank you 🙂

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Install the app on your indexers.

---
If this reply helps you, Karma would be appreciated.
0 Karma

TISKAR
Builder

@richgalloway Thank you for this respence.

In my case i sante use the appas in SH to create report, this app is used like lookup:

my search
| lookup (python apps lookup)

0 Karma

richgalloway
SplunkTrust
SplunkTrust

It will depend on what exactly is in my search, but the lookup command probably executes on the indexers, which means the TA must be there as well.
If you want to force the lookup to execute on the search head, use this query:

my search
| lookup local=true (python apps lookup)
---
If this reply helps you, Karma would be appreciated.
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, ...