<?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: custom X-axis value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111776#M183686</link>
    <description>&lt;P&gt;Thank you for the quick response. &lt;BR /&gt;
Doesn't they be placed right middle of it. like as i showed in the above image&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2015 13:32:15 GMT</pubDate>
    <dc:creator>SanthoshSreshta</dc:creator>
    <dc:date>2015-05-15T13:32:15Z</dc:date>
    <item>
      <title>custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111774#M183684</link>
      <description>&lt;P&gt;Hi. My aim is to get custom text in X-axis instead of actual values.&lt;/P&gt;

&lt;P&gt;I have used a query to generate column chart&lt;BR /&gt;
&lt;STRONG&gt;sourcetype="Customer_Churn" &lt;BR /&gt;
| eval CHURN = if(CHURN="1",1,0)&lt;BR /&gt;
| stats sum(CHURN) as total_churn by PLACEMENT&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;the values of PLACEMENT are 0 and 1 which indicated Rural and Urban respectively. &lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/35873-rural+urban.jpg" alt="alt text" /&gt;I need Rural and Urban instead of 0 and 1 on the X-axis. Is it possible with splunk.??&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;BR /&gt;
Santhosh&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111774#M183684</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2020-09-28T19:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111775#M183685</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;sourcetype="Customer_Churn" &lt;BR /&gt;
| eval CHURN = if(CHURN="1",1,0)&lt;BR /&gt;
| stats sum(CHURN) as total_churn by PLACEMENT| replace 0 with "Rural" in PLACEMENT | replace 1 with "Urban" in PLACEMENT&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:54:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111775#M183685</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2020-09-28T19:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111776#M183686</link>
      <description>&lt;P&gt;Thank you for the quick response. &lt;BR /&gt;
Doesn't they be placed right middle of it. like as i showed in the above image&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 13:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111776#M183686</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-15T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111777#M183687</link>
      <description>&lt;P&gt;I don't know, but i think it is possible.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 13:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111777#M183687</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-05-15T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111778#M183688</link>
      <description>&lt;P&gt;Hi! Is there any problem with the query ? I think the question was accepted. What happen again? OK Concerning the configuration of your chart, check here, &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;I Think it may help&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 22:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111778#M183688</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-05-18T22:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111779#M183689</link>
      <description>&lt;P&gt;Hi @stephanefotso I have used &lt;BR /&gt;
    &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;&lt;BR /&gt;
but there is no change in it. Is that the tag I should use to get or there is any other tag.?&lt;BR /&gt;
I am unaware of this. please help me&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 04:38:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111779#M183689</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T04:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111780#M183690</link>
      <description>&lt;P&gt;Hi Santhosh,&lt;/P&gt;

&lt;P&gt;I dont think it is possible with Splunk default chart (JS Chart). If you want to change you might need to play with the CSS part of it or you can implement D3 Bar chart in Simple XML.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 05:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111780#M183690</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2015-05-20T05:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111781#M183691</link>
      <description>&lt;P&gt;okay fine. can we do for each map or the same CSS will effect all charts and maps.?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 05:08:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111781#M183691</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-20T05:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111782#M183692</link>
      <description>&lt;P&gt;each map, his own css file&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 21:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111782#M183692</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-05-20T21:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom X-axis value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111783#M183693</link>
      <description>&lt;P&gt;Can you please share me, How to add CSS files and HTML files, I am reading many post. lot many people are doing lot many things from HTML and CSS. I didn't get anywhere ; how to add such things.?&lt;/P&gt;

&lt;P&gt;here is my post link&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/235690/how-to-create-css-file-and-apply-it-to-a-geostats.html#question-235690"&gt;link for the post&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 04:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/custom-X-axis-value/m-p/111783#M183693</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-05-21T04:36:22Z</dc:date>
    </item>
  </channel>
</rss>

