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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...