Splunk Search

Timechart Overlay

athorat
Communicator

I have a dashboard with two different panels showing time chart for the number of events and avg size of those events in another chart.

Is there a way two show two different charts in one panel?

index = appWJS sourcetype=fs_notification | timechart count

index = aapWJS sourcetype=fs_notification |timechart avg(size)

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

index = appWJS sourcetype=fs_notification | timechart count avg(size)

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

index = appWJS sourcetype=fs_notification | timechart count avg(size)
0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...