Splunk Search

In a search, How do I get the next to the last value(or field)?

hartcl1
Explorer

I have data that looks like this;

When I perform my search the data returned by Splunk looks like this on the dashboard:

date="date" username="username filename="filename"  1000 bytes

You can see the problem... I can grab all of the "keyed" fields, but I can't get the value "1000 bytes" because it's not keyed. If I had AWK, I could grab the second to the last value of the string and I would be done.

Is there a way to grab the value "1000" above and place it into a value to inject into my tables???

Thanks

Tags (1)
0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

hi @hartcl1

Did the answer below solve your problem? If so, please resolve this post by approving it!
If your problem is still not solved, keep us updated so that someone else can help ya. Thanks for posting!

0 Karma

Vijeta
Influencer

Yes you can use rex to grab 1000

Try this -

rex field=_raw "\"filename\" (?\S+) bytes"

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...