<?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: How to divide yesterdays data with today's data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575240#M101674</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Appreciate your help sir.&lt;/P&gt;&lt;P&gt;I have added the below line for getting the exact result.&lt;/P&gt;&lt;P&gt;| eval result = fileSizeBytes-PerviousFileSizeBytes . Which stores the result in result filed.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 10:03:36 GMT</pubDate>
    <dc:creator>yesh_9</dc:creator>
    <dc:date>2021-11-17T10:03:36Z</dc:date>
    <item>
      <title>How to divide yesterdays data with today's data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575032#M101633</link>
      <description>&lt;P&gt;Hello Folks ,&lt;/P&gt;&lt;P&gt;Need help. Every day new file generates with a FileSizeBytes value, I need to compare the yesterday's FileSizeBytes value with today's FileSizeBytes value. and store the result value on a new field.&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp; &amp;nbsp; &amp;nbsp; _time&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FileSizeBytes&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2021-11-13 02:21:51.327&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;116786105&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2021-11-12 02:15:18.357&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 116757352&lt;/P&gt;&lt;P&gt;Job runs from Tue- Sat&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 12:39:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575032#M101633</guid>
      <dc:creator>yesh_9</dc:creator>
      <dc:date>2021-11-16T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide yesterdays data with today's data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575034#M101634</link>
      <description>&lt;LI-CODE lang="markup"&gt;| sort 0 _time
| streamstats values(FileSizeBytes) as previousFileSizeBytes current=f window=1&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Nov 2021 12:47:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575034#M101634</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-11-16T12:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to divide yesterdays data with today's data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575240#M101674</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Appreciate your help sir.&lt;/P&gt;&lt;P&gt;I have added the below line for getting the exact result.&lt;/P&gt;&lt;P&gt;| eval result = fileSizeBytes-PerviousFileSizeBytes . Which stores the result in result filed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 10:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-divide-yesterdays-data-with-today-s-data/m-p/575240#M101674</guid>
      <dc:creator>yesh_9</dc:creator>
      <dc:date>2021-11-17T10:03:36Z</dc:date>
    </item>
  </channel>
</rss>

