Splunk Search

How can I add the results of some particular columns to a new column?

ashokpuvvada
New Member

I ran a query which gave results in the below manner

alt text

I just want the last two columns, that is Today and Tomorrow and remaining columns values to be added to a new column saying Yesterday.

As in, I want my result in only 3 columns as Today, Tomorrow and Yesterday.

Any ideas how to do?

Thanks

0 Karma

vnravikumar
Champion

Hi @ashokpuvvada

Try this

| makeresults 
| eval friday=20, monday=20,saturday=10, sunday=20,today=10,tomorrow=30,yesterday=0 
| foreach friday,monday,saturday,sunday 
    [ eval yesterday = yesterday+<<FIELD>>]| table yesterday,today,tomorrow
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...