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!

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 ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...