May 12 2020
03:42 AM
- last edited on
Apr 08 2022
10:26 AM
by
TechCommunityAP
May 12 2020
03:42 AM
- last edited on
Apr 08 2022
10:26 AM
by
TechCommunityAP
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 correctly. How can I update the Wizard for the custom field to include this new extraction? Right now the only option I can see is to delete the custom field and start again. This is going to cause me all sorts of problems if we need to check every single possible message from a data source before we create a custom field.
Or, alternatively am I just missing something and there is a much easier way to do this?
May 12 2020 10:09 AM
Solution
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...
May 13 2020 08:34 AM