The format of the log files in the transforms.conf looks something like:
old log:
[old_log] FIELDS="timestamp", "src_ip", "src_port", "dest_ip", "dest_port"
DELIMS=","
new log:
[new_log]
FIELDS="timestamp", "src_ip", "src_port", "dest_ip", "dest_port", "url", "level", "message"
DELIMS=","
In my props.conf I have:
[source::.../name.log]
sourcetype = name_log
[name_log]
REPORT-old_log = old_log
...
...
As you can see the new version of the log has a few more fields. I will actually try putting both REPORT statments in the props.conf and see how that goes.
Thanks for the help.
... View more