Splunk Search

python3.7, splunk 8.0, OS-RHEL8, when running scripted input getting error import BS4

mohammadsharukh
Path Finder

Change the python varaible to phython3 and ran the following commnad

dnf install python3-pip
dnf install python3-beautifulsoup4
pip3 install --user BeautifulSoup4

tried for a scripted input but getting the following error

01-26-2020 18:00:29.522 +0000 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/search/bin/cric.py" import bs4
01-26-2020 18:00:29.522 +0000 ERROR ExecProcessor - message from "/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/search/bin/cric.py" ModuleNotFoundError: No module named 'bs4'

How to import BS4

Tags (1)
0 Karma

MuS
Legend

Hi mohammadsharukh,

most likely you installed the module in your system library which is not used by Splunk. If I want to use a special python module I put it in $SPLUNK_HOME/etc/apps/YourAppNameHere/bin and load it from my script in the same directory.

You can manually check if this works by running these commands:

/opt/splunk/bin/splunk cmd /bin/bash
cd $SPLUNK_HOME/etc/apps/YourAppNameHere/bin
$SPLUNK_HOME/bin/splunk cmd python
import moduleNameHere

if this works without error messages you're all good to go, otherwise check what the error states (like missing dependencies and things)

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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