Splunk Cloud Platform

Is there an option for curve smoothing or filtering in splunk line chart?

varshini_97
Path Finder

Hi,

I have a graph with almost 100 values plotted where the graph looks like the below image. We expect the graph to be in a curve drawn in red with some values. Do we have option to do curve smoothing/filtering in splunk.

varshini_97_0-1680182679461.png

 

Labels (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could try creating a rolling average with streamstats e.g. for a 5 event window try this

| streamstats window=5 avg(value) as rolling_average
0 Karma
Get Updates on the Splunk Community!

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...

Explore the Latest Educational Offerings from Splunk [January 2025 Updates]

At Splunk Education, we are committed to providing a robust learning experience for all users, regardless of ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...