Splunk Search

how to remove dot in timechart?

karthi2809
Builder

index=xxx source="udp:4005" |eval startTime = strptime(TransactionStartTime,"%FT%T.%3N%Z") | eval endTime = strptime(TransactionEndTime,"%FT%T.%3N%Z")| eval responseTime=round(((endTime-startTime)),3)|timechart avg(responseTime) by OperationName usenull=f useother=f

Tags (1)
0 Karma

niketn
Legend

You can edit panel and choose how to handle null values. If you are plotting area chart as per your screenshot. You currently have the Null Values in your timechart treated as Gaps, you can change the same to Zero (equivalent of writing fillnull command) or else mark as Connect (which is equivalent of writing filldown command).

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

niketn
Legend

@karthi2809 were you able to try the solution? Did it work for you?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Those dots are single data points for getEobByUid, without neighbouring data points to form a solid area.

What do you want to see instead of single data points?

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

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