<?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 Is there a way to set the label on the y axis of a chart in simple xml? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129367#M35176</link>
    <description>&lt;P&gt;I have the following chart defined in a view:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;chart&amp;gt;
  &amp;lt;searchString&amp;gt;
     index=summary
     report=hw_use_by_jobs 
     orig_host=$host$ |
     chart 
        p50(CPU) as "% CPU use", 
        p50(disk_saturation) as "% disk IO saturation",
        count as DataPoints
        over concurrent_tasks |
     eventstats sum(DataPoints) as Total_DataPoints  |
     fields "concurrent_tasks" "% CPU use" "% disk IO saturation"
  &amp;lt;/searchString&amp;gt;
  &amp;lt;title&amp;gt;CPU and Disk Use by Concurrent Task, last 30 days&amp;lt;/title&amp;gt;
  &amp;lt;earliestTime&amp;gt;-30d&amp;lt;/earliestTime&amp;gt;
  &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
  &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
  &amp;lt;option name="showPager"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;option name="count"&amp;gt;15&amp;lt;/option&amp;gt;
  &amp;lt;option name="displayRowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
  &amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;100&amp;lt;/option&amp;gt;
&amp;lt;/chart&amp;gt;      
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I set a custom label for the Y axis?  I'd prefer to do it the simple XML, but if that's impossible then any working approach would be ok.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2013 17:19:13 GMT</pubDate>
    <dc:creator>travis_bear</dc:creator>
    <dc:date>2013-11-05T17:19:13Z</dc:date>
    <item>
      <title>Is there a way to set the label on the y axis of a chart in simple xml?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129367#M35176</link>
      <description>&lt;P&gt;I have the following chart defined in a view:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;chart&amp;gt;
  &amp;lt;searchString&amp;gt;
     index=summary
     report=hw_use_by_jobs 
     orig_host=$host$ |
     chart 
        p50(CPU) as "% CPU use", 
        p50(disk_saturation) as "% disk IO saturation",
        count as DataPoints
        over concurrent_tasks |
     eventstats sum(DataPoints) as Total_DataPoints  |
     fields "concurrent_tasks" "% CPU use" "% disk IO saturation"
  &amp;lt;/searchString&amp;gt;
  &amp;lt;title&amp;gt;CPU and Disk Use by Concurrent Task, last 30 days&amp;lt;/title&amp;gt;
  &amp;lt;earliestTime&amp;gt;-30d&amp;lt;/earliestTime&amp;gt;
  &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
  &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
  &amp;lt;option name="showPager"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;option name="count"&amp;gt;15&amp;lt;/option&amp;gt;
  &amp;lt;option name="displayRowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
  &amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;100&amp;lt;/option&amp;gt;
&amp;lt;/chart&amp;gt;      
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I set a custom label for the Y axis?  I'd prefer to do it the simple XML, but if that's impossible then any working approach would be ok.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129367#M35176</guid>
      <dc:creator>travis_bear</dc:creator>
      <dc:date>2013-11-05T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set the label on the y axis of a chart in simple xml?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129368#M35177</link>
      <description>&lt;P&gt;Please try Y axis text&lt;BR /&gt;
By the way following options do not belong to chart, they are ignored for chart, they belong to table&lt;BR /&gt;
row&lt;BR /&gt;
true&lt;BR /&gt;
15&lt;BR /&gt;
false&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:31:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129368#M35177</guid>
      <dc:creator>afishkin_splunk</dc:creator>
      <dc:date>2013-11-05T17:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to set the label on the y axis of a chart in simple xml?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129369#M35178</link>
      <description>&lt;P&gt;Thank you that was informative&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:37:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-set-the-label-on-the-y-axis-of-a-chart-in/m-p/129369#M35178</guid>
      <dc:creator>travis_bear</dc:creator>
      <dc:date>2013-11-05T17:37:51Z</dc:date>
    </item>
  </channel>
</rss>

