Splunk Enterprise Security

Error after Enterprise Security Upgrade to 4.1.2

jwelch_splunk
Splunk Employee
Splunk Employee

Unable to initialize modular input "app_imports_update" defined inside the app "SA-Utils": Introspecting scheme=app_imports_update: script running failed (exited with code 1).

svakkalanka_spl
Splunk Employee
Splunk Employee

This should now be fixed in 4.1.3

0 Karma

jwelch_splunk
Splunk Employee
Splunk Employee

This is being fixed, however the current work around it below:

File to change:
/opt/splunk/etc/apps/SA-Utils/bin/app_imports_update.py
Line to change 56 remove one space def should line up with @ on Line 55

BEFORE
     52     REQUIRED_VERSION_CLOUD = "6.4.0"
     53     DEFAULT_GETARGS = {'output_mode': 'json', 'count': 0}
     54 
     55     @staticmethod
     56      def getApps(session_key): 
     57         """Get a list of enabled apps on the system."""
     58 

AFTER
     52     REQUIRED_VERSION_CLOUD = "6.4.0"
     53     DEFAULT_GETARGS = {'output_mode': 'json', 'count': 0}
     54 
     55     @staticmethod
     56     def getApps(session_key):
     57         """Get a list of enabled apps on the system."""
     58 

cd to /opt/splunk/bin
run the following command to verify you see results:
./splunk cmd splunkd print-modinput-config app_imports_update app_imports_update://update_es
Should see xml returned with the mod input config

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...