Splunk Search

How to sort the output with deliminator as ","

akash_akkis
New Member

Hi I want to search the output with sorted result which has output as below

   2014.09.08 02:52:07.559,2014.09.08 02:52:06.217,**1342**,jhdlkljkljsdjlkj

I want to sort the result as highlighted number 1342

How can I achive this goal using splunk search

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi akash_akkis,

if the number you need always occurs after the second , you can use something like this:

your base search here | rex "^(?:[^\,]*\,){2}(?<myField>([^\,]*))" | ...

This will get you a new field called myField which can be used further.

hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...