I am new to this concept. I am trying to filter the 10.0.0.0/8 subnet of logs from destination IP address field. I am trying to filter the logs in Splunk using props.conf & transforms.conf. Can you please help me in confirming if the applied props and transforms are correct, and also please let me know if the REGEX for filtering the destination IP address are correct.
Configurations in the props.conf
[Filter_Logs]
TRANSFORMS-null = null, Filter_Logs
Configurations in the transforms.conf,
[null]
REGEX = .
DEST_KEY = queue
FORMAT = indexQueue
[Filter_Logs]
REGEX = \|dest_ip\=^10.0.0.0/8$\|
DEST_KEY = queue
FORMAT = nullQueue
Thanks in advance.
... View more