<?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 How to calculate request arrival rate only for weekdays and exclude weekends for PST time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432860#M172445</link>
    <description>&lt;P&gt;Hello everyone.&lt;/P&gt;

&lt;P&gt;Want to display the output only for the time which crosses 18 months (earliest time)&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 05:57:01 GMT</pubDate>
    <dc:creator>rajhemant26</dc:creator>
    <dc:date>2019-03-15T05:57:01Z</dc:date>
    <item>
      <title>How to calculate request arrival rate only for weekdays and exclude weekends for PST time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432860#M172445</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;

&lt;P&gt;Want to display the output only for the time which crosses 18 months (earliest time)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 05:57:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432860#M172445</guid>
      <dc:creator>rajhemant26</dc:creator>
      <dc:date>2019-03-15T05:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate request arrival rate only for weekdays and exclude weekends for PST time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432861#M172446</link>
      <description>&lt;P&gt;many answers in this portal, here are couple:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/426673/how-to-filter-out-weekdays-or-weekends-in-one-sear.html"&gt;https://answers.splunk.com/answers/426673/how-to-filter-out-weekdays-or-weekends-in-one-sear.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/660420/how-to-exclude-weekends-from-last-30-days-search.html"&gt;https://answers.splunk.com/answers/660420/how-to-exclude-weekends-from-last-30-days-search.html&lt;/A&gt;&lt;BR /&gt;
you can address the time in many different ways, depending on your user setting, timestamp, and other.&lt;BR /&gt;
if data is generated in the West Coast, you can also try and use &lt;CODE&gt;_indextime&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 17:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432861#M172446</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-03-15T17:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate request arrival rate only for weekdays and exclude weekends for PST time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432862#M172447</link>
      <description>&lt;P&gt;For the PST part, run the search as a user that had &lt;CODE&gt;&amp;lt;LoginID&amp;gt;&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Preferences&lt;/CODE&gt; -&amp;gt; &lt;CODE&gt;Time zone&lt;/CODE&gt; to PST.&lt;BR /&gt;
For the other part, you can add something like this to your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval date_wday = strftime(_time, "%a")
| where NOT (date_wday = "Sat" OR date_wday = "Sun")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Mar 2019 18:10:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-request-arrival-rate-only-for-weekdays-and/m-p/432862#M172447</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-15T18:10:41Z</dc:date>
    </item>
  </channel>
</rss>

