Splunk Search

Adding results, fields from two different queries

pradeepkumarg
Influencer

I have two completely different queries which of them output fields like below

The output of the fields will be just one value

Query 1 -        ...|table total1
Query 2 -        ...|table total2

Now I want to add these two fields total1 and total2 and display it.

How can I achieve this in a single query?

Tags (2)
0 Karma
1 Solution

lguinn2
Legend

Try appendcols

query1 
| appendcols [ search query2]
| eval grandTotal = total1 + total2

View solution in original post

lguinn2
Legend

Try appendcols

query1 
| appendcols [ search query2]
| eval grandTotal = total1 + total2

pradeepkumarg
Influencer

It did.. Thanks!

0 Karma

pradeepkumarg
Influencer

Perfect. Thanks much!

Will it work the same way for 3 queries? My actual requirement was for 3 queries. I'm yet to try that. Hope it works 🙂

0 Karma
Get Updates on the Splunk Community!

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

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