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!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...