<?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 search data created before last 14 Business days? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400362#M116000</link>
    <description>&lt;P&gt;Does "latest=-14d@d" mean last Business days? or last natural days? thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 10:11:10 GMT</pubDate>
    <dc:creator>wangzhaoyu</dc:creator>
    <dc:date>2019-01-16T10:11:10Z</dc:date>
    <item>
      <title>how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400358#M115996</link>
      <description>&lt;P&gt;I have a set of data with "submit date" like "2019-Jan-16 17:42:00". How can I get data submitted before 14 Business days? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400358#M115996</guid>
      <dc:creator>wangzhaoyu</dc:creator>
      <dc:date>2019-01-16T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400359#M115997</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;do you want all data older than 14 days , or the data that came in on the 14th day before today?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400359#M115997</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-16T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400360#M115998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want the number of all data older than 14 Business days. thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:01:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400360#M115998</guid>
      <dc:creator>wangzhaoyu</dc:creator>
      <dc:date>2019-01-16T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400361#M115999</link>
      <description>&lt;P&gt;try &lt;CODE&gt;index=your_index latest=-14d@d earliest=0 | stats count&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;for a simple count&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400361#M115999</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-16T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400362#M116000</link>
      <description>&lt;P&gt;Does "latest=-14d@d" mean last Business days? or last natural days? thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400362#M116000</guid>
      <dc:creator>wangzhaoyu</dc:creator>
      <dc:date>2019-01-16T10:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to search data created before last 14 Business days?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400363#M116001</link>
      <description>&lt;P&gt;Hi Try this simple query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=your_index latest=-14d@d earliest=0 NOT (date_wday=saturday OR date_wday=sunday)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-search-data-created-before-last-14-Business-days/m-p/400363#M116001</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-01-16T10:28:24Z</dc:date>
    </item>
  </channel>
</rss>

