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!

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

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

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