<?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: : NULL in legend in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65280#M3434</link>
    <description>&lt;P&gt;&lt;CODE&gt;[2013-06-03 11:38:40:66 EDT] RESULTS FAILURE=5 &lt;BR /&gt;
[2013-06-03 11:38:40:66 EDT] RESULTS SUCCESS=15&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2013 13:43:50 GMT</pubDate>
    <dc:creator>ctallarico20</dc:creator>
    <dc:date>2013-06-17T13:43:50Z</dc:date>
    <item>
      <title>: NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65276#M3430</link>
      <description>&lt;P&gt;Hi, I'm wondering why the search &lt;CODE&gt;"RESULTS"| timechart span=1d sum(SUCCESS) as "Successes" sum(FAILURE) as "Failures"  by RESULTS&lt;/CODE&gt; displays a : NULL in the legend.  For example, my legend reads SUCCESSES: NULL and FAILURES: NULL  although the data is displayed correctly/  I think this has something to do with the fact that my logs don't always have both a success and fail count, it's usually one or the other.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 12:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65276#M3430</guid>
      <dc:creator>ctallarico20</dc:creator>
      <dc:date>2013-06-17T12:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65277#M3431</link>
      <description>&lt;P&gt;The timechart command has an optional flag to avoid NULL values. Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ... "RESULTS" | timechart span=1d sum(SUCCESS) as "Successes" sum(FAILURE) as "Failures" by RESULTS usenull=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;gc&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:05:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65277#M3431</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2013-06-17T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65278#M3432</link>
      <description>&lt;P&gt;I appreciate the help, but I believe this only filters the result "NULL" from the timechart.  I have the suffix ": NULL" added to all of my data&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:06:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65278#M3432</guid>
      <dc:creator>ctallarico20</dc:creator>
      <dc:date>2013-06-17T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65279#M3433</link>
      <description>&lt;P&gt;This points to the data extraction not having the right context. Would you be able to quote two or three lines from the tabular display?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65279#M3433</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2013-06-17T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65280#M3434</link>
      <description>&lt;P&gt;&lt;CODE&gt;[2013-06-03 11:38:40:66 EDT] RESULTS FAILURE=5 &lt;BR /&gt;
[2013-06-03 11:38:40:66 EDT] RESULTS SUCCESS=15&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65280#M3434</guid>
      <dc:creator>ctallarico20</dc:creator>
      <dc:date>2013-06-17T13:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65281#M3435</link>
      <description>&lt;P&gt;Thanks for posting the sample data. I can replicate the condition you describe. The culprit is the "by RESULTS" clause because it is trying to group the results by the field RESULTS. Try this:&lt;/P&gt;

&lt;P&gt;"RESULTS"| timechart span=1d sum(SUCCESS) as "Successes" sum(FAILURE) as "Failures"&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 16:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65281#M3435</guid>
      <dc:creator>Gilberto_Castil</dc:creator>
      <dc:date>2013-06-17T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: : NULL in legend</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65282#M3436</link>
      <description>&lt;P&gt;you got it!  thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 18:06:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/NULL-in-legend/m-p/65282#M3436</guid>
      <dc:creator>ctallarico20</dc:creator>
      <dc:date>2013-06-17T18:06:06Z</dc:date>
    </item>
  </channel>
</rss>

