Getting Data In

filter data problem with windows path

my_splunk
Path Finder

I have installed splunk on windows 2008 to analyze iis log file.
I want to avoid to index log entries with 401 http status code, so i have used props.conf and transforms.conf files.

In props.conf i have:

[source::C:\\Users\\Administrator\\Desktop\\MyLogFolder\\mylogfile.log]

TRANSFORMS-nullcode= setnullcode

In transforms.conf file i have

[setnullcode]

REGEX = 401( [0-9]+){5}

DEST_KEY = queue

FORMAT = nullQueue

However i index log entries with 401 status code.
I have verified reg ex and it is all right, infact if i use in props.conf file

[host::myhost]

TRANSFORMS-nullcode= setnullcode

entries with 401 are correctly discarded.
Problem is with windows path....

Tags (1)
0 Karma

my_splunk
Path Finder

I have solved

In my first answer i wanted to write:

[source::C:\\Users\\Administrator\\Desktop\\MyLogFolder\\mylogfile.log]

i.e with a double \ but for my typing error i wrote with a single \

So my problem is with double \ in path.

I have solved typing path with a single \, i.e

[source::C:\Users\Administrator\Desktop\MyLogFolder\mylogfile.log]

At this point i think there is a problem in http://docs.splunk.com/Documentation/Splunk/latest/admin/propsconf doc, whete it is recommended to escape any backslashes contained within the specified file path in windows.

0 Karma

my_splunk
Path Finder

i don't understand.....in preview there are double \ and in published answer a single . However i hope it is clear my solution.

0 Karma

araitz
Splunk Employee
Splunk Employee

Not sure, are there any errors or related messages in $SPLUNK_HOME/var/log/splunk/splunkd.log?

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...