|
Dan Goldburt asks: |
|
A fairly crude way of seeing the source/sourcetype/host next to each individual event is to concat the value of those fields into _raw before doing the transaction, e.g. … | eval _raw = source . “;” . sourcetype . “;” . host . “;” . _raw | transaction …
|
