Getting Data In

Not receiving data from Windows Forwarder

seant950
New Member

I've got a Linux based server I'm using as a receiver to get information from numerous servers. One of the servers is a Windows server, but I'm not receiving any data from that server. I've installed the Windows Universal Forwarder on the machine and checked the outputs.conf file and that looks correct. I've editing the inputs.conf to monitor the directory I am interested in, but nothing changes(nothing new on Splunk web manager) even after I restart the forwarder.

here's an example of my code for the inputs.conf file I have under the local directory.

[default]
host = hostname
index = index name
[monitor://C:\directory\logs\]
0 Karma

Dimitri_McKay
Splunk Employee
Splunk Employee

Have you opened the port on your Splunk indexer to receive data from the forwarder? I would try doing a tcpdump/netstat to see if data is leaving the Windows box and/or being received on the Splunk Indexer.

0 Karma

seant950
New Member

thanks again, still not getting info but your comments make perfect sense.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

That escaping of backslashes is just related to the display in splunkbase, not related to your actual configuration.

0 Karma

seant950
New Member

Thanks you very much, but what exactly will that do? in my code, i'm simply listing the directory i want to monitor.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Note, in the question there were unescaped backslashes. I've moved the config into a code block which does display them.

0 Karma

HiroshiSatoh
Champion

What is typo?

[monitor://C:directorylogs]→[monitor://C:\directorylogs]

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...