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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...