Splunk Search

Chart of multiple sourcetypes

avitallange
Explorer

Hi,

I would like to get a line chart in which I can see a line for each trace level (verbose, info, warning, error).
In addition I'd like to see on the same chart another line for the CPU Usage.
It would let me know if errors are related to high CPU usage.

We have a sourcetype called "Trace" that contains the field "tracelevel".
And we have a sourcetype called "CpuLoad" that contains the fields "Value" and "Counter".
The "Counter" can be "ProcessorTime" or "UserTime".

I tried to combine the 2 queries into one line chart:

  1. sourcetype="Trace" | timechart count by tracelevel
  2. sourcetype="CpuLoad" Counter="ProcessorTime" | timechart avg(Value)

But I couldn't make it work.

Could you please assist?

Tags (2)
0 Karma

cramasta
Builder

You could probably do this without a join but its friday and my brain has shut down.

sourcetype="Trace" | timechart span=15m count by tracelevel | join type=left _time [search sourcetype="CpuLoad" Counter="ProcessorTime" | timechart span=15m avg(Value) AS avgValue]

0 Karma

avitallange
Explorer

Thank you!

0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...