All Apps and Add-ons

Problems with APP under Windows Splunk installation

roayers
Explorer

I'm having a few issues running this app as it appears to be created for Linux based Splunk installations. Does anyone with Splunk installed under Windows have this app working?

Thanks
Robert

Tags (1)
0 Karma

josefa
Path Finder

Kind of an old question, but just installed the app on a test Windows server and is working fine. Only problem, stil can´t make encrypted passwords to work 😞

0 Karma

pbalsley
Path Finder

Sorry I don't have a windows environment to test this app out.

Though since all the executables are self contained in SPLUNK it should work either OS deployement.

Main item of note is which input script you enable: there is a windows one and a linux one. The linux is enabled by default and windows disabled by default.

Edit your APP/local/inputs.conf to look like this to switch it.

*nix systems

[script://./bin/get_imap_email.py]
disabled = true

windows

[script://.\bin\get_imap_email.py]
disabled = false

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