Splunk Search

Error during script lookup in macro

strive
Influencer

Hi,

In one of my macros, i lookup a python script. I am getting the following error.

Script for lookup table 'mypythonscript' returned error code 1. Results may be incorrect.

My macro is:

First part of macro | lookup mypythonscript clientip as ClientIP output client_city as City | Third part of macro

Our application is deployed in virtual machines. In one setup we are not facing this error, where as in other we are facing this error.

Could you please let me know what is the root cause for this error and how to resolve it.

Thanks

Strive

Tags (1)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Sounds like a problem within python installed on the system. I don't know the root cause but you can check the python by running (replace variables/paths as fits your environment):

$SPLUNK_HOME/bin/splunk cmd python /path/to/apps/myapp/bin/mypythonscript.py

If that executes correctly, then it should execute correctly during the search. If there is a typo, the script will error out and give you the specifics.

View solution in original post

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

Sounds like a problem within python installed on the system. I don't know the root cause but you can check the python by running (replace variables/paths as fits your environment):

$SPLUNK_HOME/bin/splunk cmd python /path/to/apps/myapp/bin/mypythonscript.py

If that executes correctly, then it should execute correctly during the search. If there is a typo, the script will error out and give you the specifics.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...