<?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: Trending license usage in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106520#M1829</link>
    <description>&lt;P&gt;check the automatic date fields like &lt;CODE&gt;date_wday&lt;/CODE&gt;&lt;BR /&gt;
and use it as an eval or where condition to exclude or turn into zero.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval GB=if(date_wday="saturday" OR date_wday="sunday",0)&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2013 16:31:20 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2013-01-31T16:31:20Z</dc:date>
    <item>
      <title>Trending license usage</title>
      <link>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106519#M1828</link>
      <description>&lt;P&gt;We have a summary index where we collect daily license usage.  We have a chart that can show me the daily usage for the last few months.  &lt;/P&gt;

&lt;P&gt;I would like to have a trendline that shows the usage over the past few months.  I would like to only include Monday-Friday (or only exclude weekends).&lt;/P&gt;

&lt;P&gt;I chart the following (summary_admin is our summary index):&lt;/P&gt;

&lt;P&gt;index=summary_admin earliest=-4mon@mon latest=@d | timechart useother="f" span=1d max(GB) by orig_sourcetype | addtotals fieldname=GBTotal | timechart span=1w avg(GBTotal) as "Average", max(GBTotal) as "Max", min(GBTotal) as "Min"&lt;/P&gt;

&lt;P&gt;Does ok but would be better by eliminating weekends.  (I also need to tweak the span options.)&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 15:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106519#M1828</guid>
      <dc:creator>rmorlen</dc:creator>
      <dc:date>2013-01-31T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trending license usage</title>
      <link>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106520#M1829</link>
      <description>&lt;P&gt;check the automatic date fields like &lt;CODE&gt;date_wday&lt;/CODE&gt;&lt;BR /&gt;
and use it as an eval or where condition to exclude or turn into zero.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval GB=if(date_wday="saturday" OR date_wday="sunday",0)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 16:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106520#M1829</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-31T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trending license usage</title>
      <link>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106521#M1830</link>
      <description>&lt;P&gt;Thanks for the input.  Setting the values for Sat and Sun to 0 skew the averages, min, and max.  I really want to completely ignore them.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 21:11:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Trending-license-usage/m-p/106521#M1830</guid>
      <dc:creator>rmorlen</dc:creator>
      <dc:date>2013-01-31T21:11:51Z</dc:date>
    </item>
  </channel>
</rss>

