Knowledge Management

How to change the order of the fields reading from input look up

john
Communicator

Hi,

Iam using external python script to write resultset to a csv file.Splunk reading columns in alphabetical order.In my case i want to see a particular filed as first column in table.How i can make it.

eg MyResult.csv
s,b,k,a,h
this is the order of fields how my script writing resultset to the csv file

Splunk Reading like this order(alphabetical order):
a,b,h,k,s

I want splunk to read the same order how my script writing data ie(s,b,k,a,h
).Please guide me how to do this.

Tags (1)

Ayn
Legend

You can change the order of the fields that are returned using either the fields or the table command.

| inputlookup mylookup.csv | fields s,b,k,a,h
| inputlookup mylookup.csv | table s,b,k,a,h
Get Updates on the Splunk Community!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...