Forum Discussion
SimonR
May 12, 2020Brass Contributor
Editing Custom Fields for syslog message extraction
Hi, I am currently creating new custom fields to extract the data from a syslog data source. Having initially setup the three fields I need I've now found a set of messages that do not parse corr...
- May 12, 2020
Normally we do any parsing at query time. The use of custom fields has dropped off in the past few years.
You can either parse, regex or extract in the query or create a parser, like the one shown in the recent Teams article https://techcommunity.microsoft.com/t5/azure-sentinel/protecting-your-teams-with-azure-sentinel/ba-p/1265761
CliveWatson
May 12, 2020Former Employee
Normally we do any parsing at query time. The use of custom fields has dropped off in the past few years.
You can either parse, regex or extract in the query or create a parser, like the one shown in the recent Teams article https://techcommunity.microsoft.com/t5/azure-sentinel/protecting-your-teams-with-azure-sentinel/ba-p/1265761
SimonR
May 13, 2020Brass Contributor