Splunk Search

Field Extraction and search

cyler
New Member

Here is the line in the log I am working with;

Message=COMPUTERNAME [Monday, April 02, 2018 7:15:53 AM (GMT-06:00)]: Status of device 'COMPUTER' changed to Critical: Many viruses detected.

Goal;
I would like to search my database for all logs that have the status "Many viruses detected"

I am newer to splunk, I need to use rex correct? I do not think the field has been extracted yet.

After being able to find all the computers with this log, I would like to extract the field for future use.
My search;
index=my_index | rex field=_raw"(?)Message=(?[a-zA-z0-9:\s[]\-,=`'."]\sMany\sviruses\sdetected"

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

To return events with a specific string, just include that string in your base search.

index=my_index "Many viruses detected"
---
If this reply helps you, Karma would be appreciated.

View solution in original post

kmaron
Motivator

If you wanted to extract the computer name, message and status you could try something like this:

rex field=_raw "Status of device '(?<COMPUTERNAME>.*?)' (?<MESSAGE>.*?): (?<STATUS>.*?)\."
0 Karma

cyler
New Member

Thank you!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

To return events with a specific string, just include that string in your base search.

index=my_index "Many viruses detected"
---
If this reply helps you, Karma would be appreciated.

cyler
New Member

Thank you!

0 Karma

cyler
New Member

Thank you!

0 Karma

cyler
New Member

My search IS NOT working

0 Karma

PowerPacked
Builder

What value you want to capture from the above event using REX ?

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

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 ...