Splunk Search

Can you help me extract the following data into separate fields?

sravani27
Path Finder

Hi I have data in the following format:

1,20181030154237,XYZ/ABC - Something Anything,2018-10-30 15:42:37,2018-10-30 16:42:37,Success,n/a,XYZ/ABC - Something Anything,n/a,n/a,100000,0,gdd0t22_abc_xyz_cmpgn_summ_t

I am trying to extract like below:

field1       field2                       field3             field 4..... so on 
1       20181030154237        XYZ/ABC - Something Anything         2018-10-30 15:42:37

I don't want to write 13 regexes to extract the data. can anyone help?

0 Karma
1 Solution

Rob2520
Communicator

You can do search time field extractions pretty easy since all the fields are comma separated. Go to settings --> Fields -->Field transformations. Follow below steps.
.alt text

alt text

View solution in original post

Rob2520
Communicator

You can do search time field extractions pretty easy since all the fields are comma separated. Go to settings --> Fields -->Field transformations. Follow below steps.
.alt text

alt text

nadlurinadluri
Communicator

first question, this seems to be a comma separated data. doing indexed extractions would be a great way to start I suppose.
transforms.conf

[sourcetype]
INDEXED_EXTRACTIONS=csv
FIELD_NAMES=field1,field2,filed3.... so on

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 ...