Getting Data In

How to parse Microsoft-Windows-TaskScheduler/Operational logs?

kinkster
Explorer

Can someone help me out with a regular expression to parse Microsoft-Windows-TaskScheduler/Operational logs? I don't think I am the first to want to extract fields from this log? I am pulling in the above logs. I tried renderxml=true and renderxml=false.

I ran into this error below when trying to extract manually and the solution is to use my own regular expression.
The extraction failed. If you are extracting multiple fields, try removing one or more fields. Start with extractions that are embedded within longer text strings.

An example of the line I am trying to extract values is:

Message=Task Scheduler started "{CD0B4355-0A74-4D11-A816-04E3C5B138C5}" instance of the "\Adobe Flash Player Updater" task for user "contso\system301$"

I want to extract "\Adobe Flash Player Updater" as TaskName and "contso\system301$" as TaskUser.

Any help is appreciated.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try this untested query.

... | rex field=Message "(?<TaskName>\"[^\"]+\")\stask\sfor\suser\s(?<TaskUser>\"[^\"]+\")" | ...
---
If this reply helps you, Karma would be appreciated.

kinkster
Explorer

This worked, thanks!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Cool. Please accept the answer.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...