<?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: perfmon counter as column for hosts issue in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341932#M5271</link>
    <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2017 15:42:47 GMT</pubDate>
    <dc:creator>k_harini</dc:creator>
    <dc:date>2017-06-11T15:42:47Z</dc:date>
    <item>
      <title>perfmon counter as column for hosts issue</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341930#M5269</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have data extracted from windows perfmon logs&lt;BR /&gt;
Query I used&lt;BR /&gt;
index=perfmon_cpu counter="% Idle time" OR counter="% User Time" OR counter="% Processor Time"|stats latest(Value) as "Percent" by host counter&lt;/P&gt;

&lt;P&gt;Here I get all the hosts, with counter and %. I want all the counters to be column with Values as %for hosts.  If I use transpose - hosts are also getting as columns. I don't want that. Any idea to retain hosts and changing counters and their values in columns. Counters are idle time, user time and processor time. Values are in %.  Please help&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341930#M5269</guid>
      <dc:creator>k_harini</dc:creator>
      <dc:date>2017-06-10T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: perfmon counter as column for hosts issue</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341931#M5270</link>
      <description>&lt;P&gt;I think you might want chart instead of stats here.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;chart latest(Value) as value over counter by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or maybe over host by counter (can never remember)&lt;/P&gt;

&lt;P&gt;And there is also xyseries ,which can make your stats results look the way you want as well.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/93327/xyseries-vs-chart-over-by.html"&gt;https://answers.splunk.com/answers/93327/xyseries-vs-chart-over-by.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:37:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341931#M5270</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2017-06-10T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: perfmon counter as column for hosts issue</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341932#M5271</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 15:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/perfmon-counter-as-column-for-hosts-issue/m-p/341932#M5271</guid>
      <dc:creator>k_harini</dc:creator>
      <dc:date>2017-06-11T15:42:47Z</dc:date>
    </item>
  </channel>
</rss>

