Splunk Search

How do I timechart two different data points on the same chart?

dhilipvenkatesh
New Member

I have a use case where I want to chart system utilization vs incoming requests. This is really helpful in data correlation. Let's say I have the incoming requests in index=requests and system utilization maintained in index=nmon. I need to timechart both of these data points in the same chart where utilization needs to be a line chart and requests will be a bar graph.

Can you please suggest how I can accomplish this use case?

0 Karma

renjith_nair
Legend

@dhilipvenkatesh ,

You may try using overlay

(index=requests OR index=nmon)|timechart avg(requests) as requests,avg(utilization) as utilization

Select visualization as column chart and in the format - > Chart Overlay select utilization in overlay

Reference : https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchTutorial/Chartoverlays

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...