Splunk Search

Adding a column

Muthu_Vinith
Path Finder

Hi Splunk experts,

I’m a Splunk beginner. I need help with a requirement. I have fields named 'location,' 'login,' and 'desk' with the following values:

 

location  login  desk

AA             1       0

BB             1       0

CC             0       10

DD             1       1

EE             0       1

 

 

My goal is to create a new location called 'ABC,' which should be the sum of all four locations (AA, BB, CC, DD). I've tried the following search, but it's not summing up all four locations:

 

| appendpipe [search AA BB CC DD | eval location=“ABC”]

| stats sum(login) as login by desk

 

Please guide me on how to achieve this. Thank you.

 

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Please clarify your question - you say you want to add a column but appendpipe will add row(s) - you  have 5 locations not 4, do you wish to exclude a particular location or sum the logins for all locations by desk?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Use the addcoltotals command to sum the values and put them into the location field as "ABC".

... | addcoltotals labelfield=location label="ABC"
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...