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!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...