I added a sourcetype, weblogic_access_log , with its customized field ( wl_kv_and_fields
) in props.conf and transforms.conf. If I need to add another sourcetype e.g. tomcat_access_log with a different customized field e.g. tomcat_kv_and_fields . How could I define it in transforms.conf? Hope I am understood. Thanks!
in props.conf
[weblogic_access_log]
REPORT-myfields = wl_kv_and_fields
in transforms.conf
DELIMS = "\t"
FIELDS = date, time, ip, remote-user, user-agent, method, uri-stem, uri-query, status, bytes, time-taken
... View more