I have the following line I am trying to REGEX by pulling the following "sent status msg to all nodes" and dump the line to nullQueue.
2009-09-28 16:44:37.347 [1094797664] >TRACE: clssnmSendingThread: sent status msg to all nodes
In my props.conf file I have the following:
[syslog]
TRANSFORMS-sysl0g=setnull,.........,pruneoraclestatusmsg
and the following in my transforms.conf:
[pruneoraclestatusmsg]
REGEX = \w+\:\s+(sent status msg to all nodes)$
DEST_KEY = queue
FORMAT = nullQueue
I have verified the REGEX line in multiple tools to ensure it is correct, but for some reason Splunk will not dump it to nullQueue and I find it when I search on it.
I have multiple other entries that dump to nullQueue and they work like a champ. Any of the "ftp"entries works. Here is one example:
Props.conf
[syslog]
TRANSFORMS-sysl0g=setnull,pruneftp,pruneftpd,prunevsftpd,prunexinetd,prunevsftpd-pid,pruneoraclestatusmsg
Transforms.conf
- added to remove xinetd from entering index - PaS, 05212009
[prunexinetd]
REGEX = \<\d+\>(xinetd)\[\d+\]\:
DEST_KEY = queue
FORMAT = nullQueue
Any thoughts on why this doesn't work?
pstein
a part of v4.0...literally.