<?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: Volume end of each day in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524673#M147985</link>
    <description>&lt;P&gt;With this tho, I would still search on just that day. I need to take the last month in account as well.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 15:46:54 GMT</pubDate>
    <dc:creator>EH</dc:creator>
    <dc:date>2020-10-14T15:46:54Z</dc:date>
    <item>
      <title>Volume end of each day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524653#M147979</link>
      <description>&lt;P&gt;Hi community, using Splunk for a ~month now and need some help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If done correctly, I have the realtime volume/depot. Now I need the volume/depot at the end of each day last month. I'm stuck here, hope anyone can help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=BLA&lt;BR /&gt;| eventstats latest(status) as END_status by order_id&lt;BR /&gt;| search END_status IN&lt;BR /&gt;(&lt;BR /&gt;"Product Arrived at Final Depot"&lt;BR /&gt;"Processing Order at Depot"&lt;BR /&gt;"Ready for Transit to Final Depot"&lt;BR /&gt;"Processing Order for Client Delivery"&lt;BR /&gt;"Product Ready for Client Delivery"&lt;BR /&gt;"Ready for Transit to Nearest Depot"&lt;BR /&gt;)&lt;BR /&gt;| where status=END_status&lt;BR /&gt;| lookup products.csv product_id OUTPUT length, width, depth&lt;BR /&gt;| eval "volume"=round(length*width*depth/1000000,2)&lt;BR /&gt;| stats sum(volume) as "volume in m3" by depot_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 14:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524653#M147979</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2020-10-14T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Volume end of each day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524671#M147984</link>
      <description>&lt;P&gt;Change this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats sum(volume) as "volume in m3" by depot_id&lt;/LI-CODE&gt;&lt;P&gt;to&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin span=1d _tme
| stats sum(volume) as "volume in m3" by depot_id, _time&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Oct 2020 15:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524671#M147984</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-14T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Volume end of each day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524673#M147985</link>
      <description>&lt;P&gt;With this tho, I would still search on just that day. I need to take the last month in account as well.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 15:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524673#M147985</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2020-10-14T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Volume end of each day</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524679#M147987</link>
      <description>&lt;P&gt;Set the query time to cover the last month, or whatever time period you want the daily volumes from&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 16:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Volume-end-of-each-day/m-p/524679#M147987</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-10-14T16:09:08Z</dc:date>
    </item>
  </channel>
</rss>

