Hi,
Does anyone know if it's possible to create a single props.conf stanza that looks for multiple hosts? I've checked the props.conf spec and example files and had a look around Splunk answers but can't seem to find anything about it, although it seems as though it's possible for multiple sources. What I want to do is something like this:
[host::(192.168.2.52)|(192.168.69.15)|(winxp01)]
TRANSFORMS-null = transform-to-null
This would then reference the following stanza in transforms.conf:
[transform-to-null]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
Which would of course send all of the events to the nullQueue, has anyone managed to achieve this?
Thanks,
Matt
... View more