All Apps and Add-ons

Why are scripted inputs for the Browsing history analysis app not working on a Splunk 6.3 Windows universal forwarder?

psbailey86
Explorer

I just installed the new Browsing history analysis app on the latest version of Splunk 6.3.0 and have deployed the app out to a few Windows Universal forwarders that I want to monitor browsing history on. When the forwarder tries to run the "monitor.py" script to get the data, I am getting the following error:

Traceback (most recent call last):
  File "monitor.py", line 4, in <module>
    import splunk.bundle as bundle
ImportError: No module named splunk.bundle

Python is installed properly and working. I am just not sure why the scripted inputs are not working with this app.

Any help is greatly appreciated!

Thanks,
Paul

0 Karma

Leo
Splunk Employee
Splunk Employee

Unfortunately I don't have enough time right now to work on this project.
The problem here is that Universal Forwarders don't ship with Python bundled in, as full install does and secondly, this app makes use of some internal python libs that also would need to be installed in order to run the app.

The solution would be to 1. install Python interpreter on Uni Fwder; 2. rewrite those inputs to cut on using those internal libs and use some python sdk instead.

I haven't tried that, but in theory, since it's just missing some libs, we could copy them from the full Splunk and make them available on the forwarder. You'll need Python-2.7/Lib/site-packages/splunk directory to be seen by your Python interpreter as 'splunk'. You can add the splunk folder path to PYTHONPATH environment variable for this: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
Again, not sure if this would work, but worth a try.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...