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
Legend

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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...