<?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 customize x-axis and y-axis? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610802#M212421</link>
    <description>&lt;P&gt;I want to create a chart that show all the services being executed and the percentage of cpu used.&lt;/P&gt;
&lt;P&gt;I tried this after reading the documentation but it doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=perfmon ProcessName="*" | chart count(cpu_load_percent) over ProcessName&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 16:20:57 GMT</pubDate>
    <dc:creator>coolUsername</dc:creator>
    <dc:date>2022-08-25T16:20:57Z</dc:date>
    <item>
      <title>How to customize x-axis and y-axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610802#M212421</link>
      <description>&lt;P&gt;I want to create a chart that show all the services being executed and the percentage of cpu used.&lt;/P&gt;
&lt;P&gt;I tried this after reading the documentation but it doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=perfmon ProcessName="*" | chart count(cpu_load_percent) over ProcessName&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 16:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610802#M212421</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-08-25T16:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610806#M212424</link>
      <description>&lt;P&gt;Please elaborate on "it doesn't work".&amp;nbsp; What results did you get and how did they not meet expectations?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 12:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610806#M212424</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-25T12:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610812#M212426</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="coolUsername_0-1661431967314.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21177iD9F3CCD1538F53CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="coolUsername_0-1661431967314.png" alt="coolUsername_0-1661431967314.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is what i get when i do the search, the value of cpu_user_percent is equal to zero, which is not normal but i its because the fields are not compatibles. I apologize for my bad english&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:03:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610812#M212426</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-08-25T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610817#M212427</link>
      <description>&lt;P&gt;First, verify you are receiving events with the cpu_load_percent field in them.&amp;nbsp; That the count of the field is zero implies you do not have the data.&lt;/P&gt;&lt;P&gt;Second, you probably don't want the &lt;FONT face="courier new,courier"&gt;count&lt;/FONT&gt; function because the counting the number of instances of this field is not as useful as knowing the value of the field.&amp;nbsp; Perhaps &lt;FONT face="courier new,courier"&gt;max(cpu_load_percent)&lt;/FONT&gt; would be better.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:49:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610817#M212427</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-25T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610819#M212428</link>
      <description>&lt;P&gt;i receive events when i do separates searchs, one with cpu_load_percent, and the other with processName, but not with both fields, and this is what i get when i dont add the count function:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cpu_load_percent.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21179iB00430C79F7D3DF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="cpu_load_percent.PNG" alt="cpu_load_percent.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610819#M212428</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-08-25T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610843#M212433</link>
      <description>&lt;P&gt;Before you can graph the relationship between processName and cpu_load_percent you must first establish such a relationship.&amp;nbsp; The two searches that return the separate fields need to be combined so you have both fields in the results.&amp;nbsp; Share the searches and we can help you put them together.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 16:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610843#M212433</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-25T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610913#M212449</link>
      <description>&lt;P&gt;search for cpu_load_percent&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=perfmon cpu_load_percent=*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;search for ProcessName&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=perfmon ProcessName&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Aug 2022 07:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610913#M212449</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-08-26T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610981#M212469</link>
      <description>&lt;P&gt;That's not much to work with.&amp;nbsp; What links a processName to its cpu_load_percent?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:35:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/610981#M212469</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-26T16:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611100#M212493</link>
      <description>&lt;P&gt;The variation of the cpu depends on the process running. its like when i open the windows task manager, it show the process which is running and the percentage of cpu used. I want to make a chart of all the process running and the percentage of cpu used. Hope i explained it correctly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 07:23:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611100#M212493</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-08-29T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to custom x-axis and y-axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611144#M212505</link>
      <description>&lt;P&gt;Splunk is not looking at the Task Manager.&amp;nbsp; It has two searches with two different and distinct fields and nothing to link them.&amp;nbsp; Check your data to see if there are other fields that can be used to associate a processName with its cpu_load_percent.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 11:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611144#M212505</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-09-02T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize x-axis and y-axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611708#M212667</link>
      <description>&lt;P&gt;Sorry for answering this late. I think i misexplained, i just assumed that ProcessName is related to the services running and cpu_load_percent is the percentage of cpu used. And even if they are not related, they certainly vary over time. So i want to make my chart not to be a timechart and show the two fields. Thank you in advance. Also if the fields i am using are not correct tell me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 07:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-customize-x-axis-and-y-axis/m-p/611708#M212667</guid>
      <dc:creator>coolUsername</dc:creator>
      <dc:date>2022-09-02T07:25:17Z</dc:date>
    </item>
  </channel>
</rss>

