Splunk Search

combine three charts into one

cbrs
New Member

Hi Dear Splunkers,

I have three searches that display the output into a Dashboard in three different panel, but I want to combine them into one linear chart, thank you.

(index=ONE)
(sourcetype="ONE")
(ID1="*")
| eval ID1 = lower(ID1)
| timechart span=1d distinct_count(ID1)

(index=TWO)
(sourcetype="TWO")
(ID2="*")
| eval ID2 = lower(ID2)
| timechart span=1d distinct_count(ID2)

(index=THREE)
(sourcetype="THREE")
(ID3="*")
| eval ID3 = lower(ID3)
| timechart span=1d distinct_count(ID3)

Labels (2)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

What do you mean by "combine"? These searches will give you three data points for a single day. You want tom have them graphed separately as different timeseries in a common chart? Or do you want to sum them into a single value? Or maybe you want a max value of those three? Or anything else?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...