Getting Data In

Ignoring Comments in Log Files

enielson
Explorer

I am trying to index the httperr files from IIS, located in C:\windows\system32\LogFiles\HTTPERR but each of those files start with a set of lines that begin with a #.

How can I instruct splunk to ignore lines starting with #?

Tags (1)
1 Solution

silvermail
Path Finder

Adding to the answer, this is what I am using.

props.conf

[iis]
KV_MODE = none
CHECK_FOR_HEADER = false
TRANSFORMS-commentsToNull = iis-ignore-comments
REPORT-iisfields = iis-w3c-extended-fields
TIME_FORMAT = %Y-%m-%d %H:%M:%S

transforms.conf

[iis-ignore-comments]
REGEX = ^#(?:Version|Software|Fields|Date):\s.*$
DEST_KEY = queue
FORMAT = nullQueue

View solution in original post

paul_1994
Path Finder

Was this done on the indexer? or the search head? It seems like it should happen on the indexer but I wanted to make sure..

0 Karma

paul_1994
Path Finder

Thanks. I made the change on my indexers and it seems to be working in our test environment.

0 Karma

Paolo_Prigione
Builder

The filtering has to be configured by the instance which parses the data. If you have intermediate heavy forwarder, they are parsing. If the Universal forwarder sends directly to indexers, they are the ones parsing.

0 Karma

silvermail
Path Finder

Adding to the answer, this is what I am using.

props.conf

[iis]
KV_MODE = none
CHECK_FOR_HEADER = false
TRANSFORMS-commentsToNull = iis-ignore-comments
REPORT-iisfields = iis-w3c-extended-fields
TIME_FORMAT = %Y-%m-%d %H:%M:%S

transforms.conf

[iis-ignore-comments]
REGEX = ^#(?:Version|Software|Fields|Date):\s.*$
DEST_KEY = queue
FORMAT = nullQueue

slierninja
Communicator

This worked out beautifully, I also had to add iis-2, iis-10, and other iis-* source types that I was using to props.conf.

0 Karma

dwaddle
SplunkTrust
SplunkTrust
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...