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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...