<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Splunk Timechart span in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579865#M47498</link>
    <description>&lt;P&gt;Shouldn't span=1d if you want daily trends?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 12:20:06 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-01-04T12:20:06Z</dc:date>
    <item>
      <title>Splunk Timechart span</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579863#M47496</link>
      <description>&lt;P&gt;Hi I am trying to count the number of jobs till now and want to show the daily trend using timechart command. Not able to get , may be I am messing up with span option&lt;/P&gt;&lt;P&gt;for eg.. total jobs executed till now is 100 and there is trend of 10 jobs increased today&amp;nbsp;&lt;/P&gt;&lt;P&gt;tomorrow it should show 110 and trend of tomorrows increase job&amp;nbsp;&lt;/P&gt;&lt;P&gt;command -&amp;nbsp;index=.......... projects="*" job_id="*" | dedup job_id | timechart span=60d count&lt;/P&gt;&lt;P&gt;In picture you can see that total events are shown 1688 , I need that as single value and daily trend over it&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunk query.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17408iF6BBEB1399544E96/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunk query.PNG" alt="splunk query.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579863#M47496</guid>
      <dc:creator>Splunk3</dc:creator>
      <dc:date>2022-01-04T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Timechart span</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579865#M47498</link>
      <description>&lt;P&gt;Shouldn't span=1d if you want daily trends?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:20:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579865#M47498</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-04T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Timechart span</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579870#M47500</link>
      <description>&lt;P&gt;Yes, but here I need total no of jobs executed till now i.e 1688 in this case( see the total no of events ) and on that I want daily trend&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579870#M47500</guid>
      <dc:creator>Splunk3</dc:creator>
      <dc:date>2022-01-04T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Timechart span</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579871#M47501</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=_internal 
| bin _time span=1d 
| sort 0 _time
| stats count by _time
| streamstats sum(count) as total
| table _time total&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579871#M47501</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-01-04T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Timechart span</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579880#M47502</link>
      <description>&lt;P&gt;Thank you it worked -:)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 14:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Timechart-span/m-p/579880#M47502</guid>
      <dc:creator>Splunk3</dc:creator>
      <dc:date>2022-01-04T14:16:42Z</dc:date>
    </item>
  </channel>
</rss>

