Dashboards & Visualizations

Moving Average Overlay on stacked column

darkins
Engager

i have this on other panels but cant get it on a stacked column chart

 

| streamstats current=f last(Timestamp) as HaltedCycleLastTime by Cycle
| eval HaltedCycleSecondsHalted=round(HaltedCycleLastTime - Timestamp,0)
| eval HaltedCycleSecondsHalted=if(HaltedCycleSecondsHalted < 20,HaltedCycleSecondsHalted,0) | streamstats time_window=30d sum(HaltedCycleSecondsHalted) as HaltedCycleSecondsPerDayMA
| eval HaltedCycleSecondsPerDayMA=round(HaltedCycleSecondsPerDayMA,0)
| chart sum(HaltedCycleSecondsHalted) as HaltedSecondsPerDayPerCycle by CycleDate Cycle limit=0

this produces a stacked column based on the chart command , but in dashboard studio i expect to see HaltedCycleSecondsPerDayMA as a pickable field and i dont. I added to code as overlayfields but still not showing.

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

HaltedCycleSecondsPerDayMA is not included in the chart command which is why it is removed from the event fields. What were you expecting to be there? How was it supposed to have been calculated (by the chart command)?

0 Karma

darkins
Engager

HaltedCyclesPerDayMA is computed in the eval line above

as shown the query gives me a stacked column chart (stacked by cycle), i want the HaltedCyclesPerDayMA as a line overlay (showing the moving average on top of the raw data

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

But it is not included in the chart command so it isn't in your results and therefore not available to be shown as an overlay. You may need to find a way to calculate the value after the chart command.

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...