Michael Wilde replied to Nikita's discussion Count failures and success via transaction
Nikita posted a discussionHi there,
I'm a new member of splunkninja and a splunk newbi. :-(
As you can see in the topic I have a question about a windows heavy forwarder.
I have installed a windows forwarder to collect all wmi data form our windows server. The indexer is a linux (ubuntu) server. The communication between the forwarder and indexer works fine.
Now I want to select on the forwarder only events with the severity of warning and error.
I configured the following props.conf and transform.conf but i still get the whole events like "Audit success"
props.conf
[host::*]
TRANSFORMS-events=only_error_warning
transform.conf
[only_error_warning]
REGEX = (?mi)Type=Audit
DEST_KEY = queue
FORMAT = nullQueue
Is it possible to transform data on the forwarder?
Do I have any mistakes in the conf files?
It would be nice if somebody can tell me whats going wrong.
Thanks in advance.
Tags:
© 2012 Created by Michael Wilde.
