Splunk Search

Combine multiple searches with no relation in one table

igschloessl
Explorer

I have different count searches that I want to show in one report so I can send it to me as a csv file.

index=proxy host=server1 | stats count as output1
| append [search index=mail host=server2 | stats count as output2] 
| append [search index=fw host=server3 | stats count as output3]
| table output1 output2 output3

This output generates 3 columns and three rows. How can I put the count values in one row?
I couldnt update a picture so I tried to make a table:

output1 | output2 | output3
123----------------------------

-------------576---------------
---------------------------38

Tags (3)
0 Karma
1 Solution

493669
Super Champion

Hi @igschloessl ,
try this:

|stats values(*) as *

It will get all values in single row

View solution in original post

0 Karma

493669
Super Champion

Hi @igschloessl ,
try this:

|stats values(*) as *

It will get all values in single row

0 Karma
Get Updates on the Splunk Community!

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...

Splunk MCP & Agentic AI: Machine Data Without Limits

Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization uses ...