Splunk Search

How to combine multiple independent search results in a single table row with multiple columns?

722624
Path Finder
  1. I have 5 different searches (each search itself contains commands join, multisearch etc...),
  2. From each search, I get 3 to 4 fields,
  3. I have to show these fields in a single row of a table in multiple columns (so table the contains columns 15-20)

Could you please help if this is possible?

Thank you
AB

0 Karma

jagadeeshm
Contributor

What you are probably looking for is an appendcol command.

You can try something like this -

your_search_query_1|appendcols [search your_search_query_2]

Reference # http://docs.splunk.com/Documentation/Splunk/6.5.0/SearchReference/Appendcols

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...