<?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: Timechart Table Question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215336#M63106</link>
    <description>&lt;P&gt;That is perfect, is there a way to do it as a column for each date? This appended the perc's to the bottom of the table.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2017 19:37:11 GMT</pubDate>
    <dc:creator>jhayIV</dc:creator>
    <dc:date>2017-01-05T19:37:11Z</dc:date>
    <item>
      <title>Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215332#M63102</link>
      <description>&lt;P&gt;Is there a way to add a column to the table below that divides each value by the IS&amp;amp;O to value to get a column that shows compliance?&lt;/P&gt;

&lt;P&gt;Example for Tuesday I would like to have a column that divides System Role by IS&amp;amp;O Servers 10046/11683, 86%&lt;/P&gt;

&lt;P&gt;Also is there a way to remove the _span entries at the bottom?&lt;BR /&gt;
&lt;IMG src="http://imgur.com/XQo0C3h" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 18:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215332#M63102</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2017-01-05T18:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215333#M63103</link>
      <description>&lt;P&gt;It didnt allow me to post an image  here is the code I was using&lt;/P&gt;

&lt;P&gt;| timechart span=1d dc(Name) as "IS&amp;amp;O Servers" , Count(SystemRole) as "System Role", count(IsVirtual) as "Virtual Flag", count(OS) as "OS Relationships",count(Site) as "Location",count(Serial_Number) as "Serial Number",count(Domain) as "Domain",count(NumberOfProcessors) as "Processors",count(Total_Physical_Memory) as "Memory"| eval _time=strftime(_time, "%A")| transpose&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:16:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215333#M63103</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2020-09-29T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215334#M63104</link>
      <description>&lt;P&gt;are you doing just a 7 day span for your search? I'm just thinking if you do 2 weeks, it isn't going to combine your Thursdays together in the transpose.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215334#M63104</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-01-05T19:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215335#M63105</link>
      <description>&lt;P&gt;as long as you're only looking at a 7 day time window, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d dc(Name) as "IS&amp;amp;O Servers" , Count(SystemRole) as "System Role", count(IsVirtual) as "Virtual Flag", count(OS) as "OS Relationships",count(Site) as "Location",count(Serial_Number) as "Serial Number",count(Domain) as "Domain",count(NumberOfProcessors) as "Processors",count(Total_Physical_Memory) as "Memory"| eval _time=strftime(_time, "%A")|fields - _span*|foreach * [eval &amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;_perc='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/'IS&amp;amp;O Servers']|fields - "IS&amp;amp;O Servers_perc"| transpose header_field=_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:13:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215335#M63105</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-01-05T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215336#M63106</link>
      <description>&lt;P&gt;That is perfect, is there a way to do it as a column for each date? This appended the perc's to the bottom of the table.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215336#M63106</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2017-01-05T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215337#M63107</link>
      <description>&lt;P&gt;This took a bit of thought but I think it should work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=1d dc(Name) as "IS&amp;amp;O Servers" , Count(SystemRole) as "System Role", count(IsVirtual) as "Virtual Flag", count(OS) as "OS Relationships",count(Site) as "Location",count(Serial_Number) as "Serial Number",count(Domain) as "Domain",count(NumberOfProcessors) as "Processors",count(Total_Physical_Memory) as "Memory"| eval _time=strftime(_time, "%A")|fields - _span*|foreach * [eval &amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;_perc='&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'/'IS&amp;amp;O Servers']|fields - "IS&amp;amp;O Servers_perc"|appendpipe [stats values(*_perc) as * by _time]|eval _time=if(isnull('IS&amp;amp;O Servers'),_time+"_perc",_time)|fields - *_perc| transpose 14 header_field=_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215337#M63107</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-01-05T19:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215338#M63108</link>
      <description>&lt;P&gt;Impressive, thanks man!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 20:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215338#M63108</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2017-01-05T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Table Question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215339#M63109</link>
      <description>&lt;P&gt;@jhayIV - If cmerriman helped to answer your question, please accept her answer and up-vote any helpful comments from her. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 00:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Table-Question/m-p/215339#M63109</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-01-11T00:37:04Z</dc:date>
    </item>
  </channel>
</rss>

