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