Getting Data In

How to resolve "ERROR ExecProcessor...No such file or directory" error from a python script through a universal forwarder?

andreac81
Explorer

Hi to all,
I installed on monitored server, by universal forwarding, an app that uses python script to load data about cpu, disk,..
The app contains a file table2event.py that start with:

#!/usr/bin/python

import time
import logging
import urllib2 as u
import os
import subprocess
import sys

global log

In splunkd.log I see several errors like

ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/ta-adapter/bin/table2event.py iostat.sh" /bin/sh: \r: No such file or directory 

How can I solve?
Thanks,
Andrea

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @andreac81,
I think the problem is your line ending characters. Your file was created or edited on a Windows system and uses Windows/DOS-style line endings (CR+LF), whereas Linux systems like Ubuntu require Unix-style line endings (LF).

There is a tool that can convert the two different styles for you called dos2unix.

Can you please try this?

Thanks

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @andreac81,

Is your issue resolved?

Thanks

0 Karma

MousumiChowdhur
Contributor

Hi!

Did you check the file permission? Also, have you tested if the script is working locally on the universal forwarder?

Thanks.

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...