<?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: Multiple File Indicator in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577380#M201213</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239620"&gt;@zoebanning&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can use eventstats command to calculate count.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_existing_query&amp;gt; | eventstats count as Count by File, "Arrival Date"&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 06 Dec 2021 03:54:28 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-12-06T03:54:28Z</dc:date>
    <item>
      <title>Multiple File Indicator</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577376#M201212</link>
      <description>&lt;P&gt;Hello Splunk Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a query to calculate the business date of the file which arrived to be loaded &amp;amp; the date/time it arrived, which outputs the following (dummy data used):&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;Business Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;Arrival Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;Arrival Time&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;File A&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;6.51&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;File B&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;6.55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;File B&lt;/TD&gt;&lt;TD height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD height="25px"&gt;6.56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a new column which highlights if a file (with the same business date) arrived more than once on the same day. So for example the output would look like so:&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="69px"&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="69px"&gt;&lt;STRONG&gt;Business Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="69px"&gt;&lt;STRONG&gt;Arrival Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="69px"&gt;&lt;STRONG&gt;Arrival Time&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="69px"&gt;&lt;STRONG&gt;Count&amp;nbsp;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;File A&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;6.51&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;File B&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;6.55&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;File B&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;22-11-2021&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;06-12-2021&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;6.56&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help improving my query to include this new column?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zoe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 01:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577376#M201212</guid>
      <dc:creator>zoebanning</dc:creator>
      <dc:date>2021-12-06T01:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple File Indicator</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577380#M201213</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239620"&gt;@zoebanning&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can use eventstats command to calculate count.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_existing_query&amp;gt; | eventstats count as Count by File, "Arrival Date"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Dec 2021 03:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577380#M201213</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-12-06T03:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple File Indicator</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577397#M201216</link>
      <description>&lt;P&gt;This worked perfectly. Thank You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 05:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-File-Indicator/m-p/577397#M201216</guid>
      <dc:creator>zoebanning</dc:creator>
      <dc:date>2021-12-06T05:30:18Z</dc:date>
    </item>
  </channel>
</rss>

