Dashboards & Visualizations

How can i limk 2 reports into one within a single panel?

ASISH_9
Engager

I have two reports named positive and negetive variance in a single dashboard named time variance of a particular set of employees.How can i link these two report into one report named variance ?

Tags (1)
0 Karma

sundareshr
Legend

Please provide more details... sample data, current queries, type of panel etc.

0 Karma

chimell
Motivator

Hi ASISH_9
Use the search like this with appendcols command :

search 1 |appendcols [search 2]

example :

index=_internal |stats count by source |appendcols[index=_audit |stats count by sourcetype]
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 ...