<?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 Can I split a field based on its values and graph as multi-series? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-split-a-field-based-on-its-values-and-graph-as-multi/m-p/188573#M54320</link>
    <description>&lt;P&gt;I have a single numeric field that I want to timechart in ranges...i.e. rangemap the field into custom buckets, then timechart with a count by range.  Because if the nature of the data, there are WAY more instances of "0" than any other value, making it difficult to interpret the non-zero values.  I'd like to treat the 0 values as a different field, then create a timechart that has a count of the 0 values on one Y-axis and a stacked column of the other range values on a second Y-axis.  Is such a thing possible? My simple search thus far looks like...&lt;/P&gt;

&lt;P&gt;search RF-DELTA| rangemap field=RF-DELTA 0=0-0, 1-10=1-10, 11-20=11-20, 21-30=21-30, 31-40=31-40, 41-50=41-50, default=&amp;gt;50 | timechart span=1d count by range&lt;/P&gt;

&lt;P&gt;I guess I need to understand whether I can split out the 0 values as a separate field AND if I can create a multi-axis timechart.  Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2014 17:24:55 GMT</pubDate>
    <dc:creator>jheney</dc:creator>
    <dc:date>2014-06-04T17:24:55Z</dc:date>
    <item>
      <title>Can I split a field based on its values and graph as multi-series?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-split-a-field-based-on-its-values-and-graph-as-multi/m-p/188573#M54320</link>
      <description>&lt;P&gt;I have a single numeric field that I want to timechart in ranges...i.e. rangemap the field into custom buckets, then timechart with a count by range.  Because if the nature of the data, there are WAY more instances of "0" than any other value, making it difficult to interpret the non-zero values.  I'd like to treat the 0 values as a different field, then create a timechart that has a count of the 0 values on one Y-axis and a stacked column of the other range values on a second Y-axis.  Is such a thing possible? My simple search thus far looks like...&lt;/P&gt;

&lt;P&gt;search RF-DELTA| rangemap field=RF-DELTA 0=0-0, 1-10=1-10, 11-20=11-20, 21-30=21-30, 31-40=31-40, 41-50=41-50, default=&amp;gt;50 | timechart span=1d count by range&lt;/P&gt;

&lt;P&gt;I guess I need to understand whether I can split out the 0 values as a separate field AND if I can create a multi-axis timechart.  Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 17:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-split-a-field-based-on-its-values-and-graph-as-multi/m-p/188573#M54320</guid>
      <dc:creator>jheney</dc:creator>
      <dc:date>2014-06-04T17:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I split a field based on its values and graph as multi-series?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-split-a-field-based-on-its-values-and-graph-as-multi/m-p/188574#M54321</link>
      <description>&lt;P&gt;You can do the multi-axis timechart since Splunk 6.1.&lt;/P&gt;

&lt;P&gt;As for splitting the fields, no real need to do that. If you do a &lt;CODE&gt;count by range&lt;/CODE&gt; you can specify the &lt;CODE&gt;0&lt;/CODE&gt; field to be charted on a second Y-axis as a line on top of your column chart.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-split-a-field-based-on-its-values-and-graph-as-multi/m-p/188574#M54321</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-06-04T20:45:33Z</dc:date>
    </item>
  </channel>
</rss>

