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!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

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 ...