Getting Data In

I have a universal forwarder installed on a linux syslog server, have created an deployment app and see that it is deployed to the server, but the data is not showing up, any suggestions?

pete_charlton
Explorer

I have created an index called prod_syslog with four sourcetypes monitoring the below paths. I see this app is deployed to the syslog server via the forwarder management section of the deployment server. Yes i receive no data in the search head when looking for anything in that index. Each of the monitors below have subfolders with the hostnames that send syslog to the syslog server, I believe i should be able to do a recursive search to all the sub-directories in this path by default.

ESX SysLog File monitoring

[monitor:///var/log/company_logs/ESXi_Hosts/]
disabled = false
index = prod_syslog
sourcetype = vmw-syslog

f5 SysLog File monitoring

[monitor:///var/log/company_logs/f5/]
disabled = false
index = prod_syslog
sourcetype = f5-syslog

Firewall SysLog File monitoring

[monitor:///var/log/company_logs/Firewalls/]
disabled = false
index = prod_syslog
sourcetype = firewall-syslog

Switch SysLog File monitoring

[monitor:///var/log/company_logs/Switches/]
disabled = false
index = prod_syslog
sourcetype = switch-syslog

0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi pete_charlton,

set disabled to 0 not false see docs:

disabled = [0|1]
* Specifies whether or not the input is enabled.
* 1 to disable the input, 0 to enable it.
* Defaults to 0 (enabled).

If this does not help:

hope this helps ...

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi pete_charlton,

set disabled to 0 not false see docs:

disabled = [0|1]
* Specifies whether or not the input is enabled.
* 1 to disable the input, 0 to enable it.
* Defaults to 0 (enabled).

If this does not help:

hope this helps ...

cheers, MuS

pete_charlton
Explorer

I have restarted the UF and changed disabled =0

11-12-2014 11:38:42.420 -0500 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/TA-sos/bin/nfs-iostat_sos.py" import splunk.bundle

11-12-2014 11:38:42.420 -0500 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/TA-sos/bin/nfs-iostat_sos.py" ImportError: No module named splunk.bundle

11-12-2014 11:38:42.426 -0500 ERROR ExecProcessor - message from "/opt/splunkforwarder/etc/apps/TA-sos/bin/ps_sos.sh" /bin/sh: 1: /opt/splunkforwarder/etc/apps/TA-sos/bin/ps_sos.sh: Permission denied

11-12-2014 11:38:47.429 -0500 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/TA-sos/bin/nfs-iostat_sos.py" Traceback (most recent call last):

11-12-2014 11:38:47.429 -0500 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/TA-sos/bin/nfs-iostat_sos.py" File "/opt/splunkforwarder/etc/apps/TA-sos/bin/nfs-iostat_sos.py", line 27, in

0 Karma

MuS
SplunkTrust
SplunkTrust

looks like some permission troubles, check the file and directory permission and that the user running the Splunk UF is set correctly

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...