All Apps and Add-ons

'module' object has no attribute 'check_output'

slice4e
New Member

I am getting the following error while trying to execute the indexing test:

[2013-05-21 14:48:46,236] IdxTestSetup: Splunk restarted successfully
[2013-05-21 14:48:46,237] IdxTestSetup: Adding file monitor for the static dataset to be indexed
[2013-05-21 14:48:46,240] IdxTestSetup: Waiting for indexing to finish
[2013-05-21 14:48:46,241] IdxTestSetup: Using datagen record - looking for 183729363 events in the splunkit_idxtest index
Added monitor of '/ssd1/splunkit/splunkit-server/data/static'.
[2013-05-21 14:49:16,270] IdxTestSetup: Exception - Terminating setup. Detail: 'module' object has no attribute 'check_output'

Any help is appreciated.

Thanks
Martin

Tags (1)
0 Karma

ebailey
Communicator

I am getting the same error message with RHEL6.4. Do you really have to have python 7 installed? This is a tough requirement if you are using standard build of RHEL. Any ideas how to resolve the issue?

Ed

0 Karma

jbeyers_splunk
Splunk Employee
Splunk Employee

Hi Martin,

It appears your python version is out of date. As mentioned in the INSTALL & QUICKSTART files, the splunkit-server role requires python 2.7+.

Specifically, this error is being thrown due to the check_output function in the subprocess module that was introduced in Python 2.7: http://docs.python.org/2/library/subprocess.html#subprocess.check_output

Let me know if any issues arise after upgrading python.

Thanks!

-Jason

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