Splunk Search

Having trouble with field extractor on 7.0

greggz
Communicator

I have ton a couple of events like this:

Mime.stuff.1 = 10
Mime.pop = "blabla"

Basically I want to create a field "MimeProperty" and the require is to begin with a "Mime.". I'm having trouble working with the extractor as I don't fully understand it. Can anyone point me in the right direction ? Thanks in advance

0 Karma
1 Solution

mayurr98
Super Champion

Try this :

index=your_index | rex field=_raw "Mime.*\=\s(|\")(?P<MimeProperty>[^\s|\"]+)"

Let me know if it helps!!

If you get improper output then pls provide some sample events. like there is a confusion of space after "="
in every event.

View solution in original post

0 Karma

mayurr98
Super Champion

Try this :

index=your_index | rex field=_raw "Mime.*\=\s(|\")(?P<MimeProperty>[^\s|\"]+)"

Let me know if it helps!!

If you get improper output then pls provide some sample events. like there is a confusion of space after "="
in every event.

0 Karma

greggz
Communicator

@mayurr98 Nice it works plenty! Post as an answer for me to mark it as correct

0 Karma

mayurr98
Super Champion

You are welcome,
i have converted Please accept!

0 Karma

mayurr98
Super Champion

can you please elaborate on more sample events?
also what do you want to extract? 10 and blabla?

0 Karma

greggz
Communicator

Those would be the values yes. I wan't every field that's starts off with Mime

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...