Splunk Search

Combine different searches into a single table or report

johnsasikumar
Path Finder

Hi I have 10 different Splunk queries that return results only when there is an issue or a flag of 1. All the queries return the same fields time, message,flag.
can the results of these 10 Splunk queries be made into a table or a report ? So when ever a new issue comes this table is to be updated ?

Tags (1)
0 Karma

grittonc
Contributor

You can use the append command, especially since they all have the same fields:

search1
| append [search2]
| append [search3]

Note that the subsearches are limited to 10k each when used with append.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...