I am trying to plot only cumulative users in timechart but daily user value also comes in the timechart. How can I ignore the daily user to be shown
Here is my search:
<search> | timechart span=1d count as Daily_Users | streamstats sum(Daily_Users) as Cumulative_Users
--Sunray
| fields _time Cumulative_Users