In the module view, I have this error messsage :
"Error in 'prtglivedata' command: Error encountered while setting up custom search command, see search.log"
In the search log file, I find these lines:
09-22-2016 15:44:24.568 INFO ChunkedExternProcessor - Running process: D:\splunk\bin\PYTHON.EXE D:\splunk\etc\apps\TA-prtg\bin\prtglivedata.py
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - stderr: Traceback (most recent call last):
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - EOF while attempting to read transport header
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - stderr: File "D:\splunk\etc\apps\TA-prtg\bin\prtglivedata.py", line 32, in
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - Failure reading getinfo chunk
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - stderr: from splunklib.searchcommands import dispatch, GeneratingCommand, Configuration, Option, validators
09-22-2016 15:44:24.927 ERROR ChunkedExternProcessor - Error in 'prtglivedata' command: Error encountered while setting up custom search command, see search.log.
It seems to be a python error.
... View more