<?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: Ignore null values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Ignore-null-values/m-p/524644#M147975</link>
    <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;timechart&lt;/FONT&gt; command has the &lt;FONT face="courier new,courier"&gt;cont&lt;/FONT&gt; option for that.&amp;nbsp; Try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=os sourcetype=df host=hostname filesystem=*mapper*lim*
| eval LIM_PROD_DISK=case(
filesystem LIKE "%limproda1%", "limproda1",
filesystem LIKE "%limproda2%", "limproda2",
filesystem LIKE "%limprodwide0%", "limprodwide0",
filesystem LIKE "%limprodwide1%", "limprodwide1",
filesystem LIKE "%limprodwide2%", "limprodwide2",
filesystem LIKE "%limtoolsvol%", "limptoolsvol"
)
| bin _time span=1d
| timechart cont=f max(storage_used_percent) by LIM_PROD_DISK&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 14:09:36 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-10-14T14:09:36Z</dc:date>
    <item>
      <title>Ignore null values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ignore-null-values/m-p/524616#M147971</link>
      <description>&lt;P&gt;I am using the nix agent to gather disk space.&amp;nbsp; I only collect "df" information once per day. I want to be able to present a statistics table that only shows the rows with values.&amp;nbsp; When I do the query below I get alot of empty rows.&amp;nbsp; I'd like to only show the rows with data.&lt;/P&gt;&lt;P&gt;index=os sourcetype=df host=hostname filesystem=*mapper*lim*&lt;BR /&gt;| eval LIM_PROD_DISK=case(&lt;BR /&gt;filesystem LIKE "%limproda1%", "limproda1",&lt;BR /&gt;filesystem LIKE "%limproda2%", "limproda2",&lt;BR /&gt;filesystem LIKE "%limprodwide0%", "limprodwide0",&lt;BR /&gt;filesystem LIKE "%limprodwide1%", "limprodwide1",&lt;BR /&gt;filesystem LIKE "%limprodwide2%", "limprodwide2",&lt;BR /&gt;filesystem LIKE "%limtoolsvol%", "limptoolsvol"&lt;BR /&gt;)&lt;BR /&gt;| bin _time span=1d&lt;BR /&gt;| timechart max(storage_used_percent) by LIM_PROD_DISK&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 13:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ignore-null-values/m-p/524616#M147971</guid>
      <dc:creator>jackpal</dc:creator>
      <dc:date>2020-10-14T13:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore null values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ignore-null-values/m-p/524644#M147975</link>
      <description>&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;timechart&lt;/FONT&gt; command has the &lt;FONT face="courier new,courier"&gt;cont&lt;/FONT&gt; option for that.&amp;nbsp; Try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=os sourcetype=df host=hostname filesystem=*mapper*lim*
| eval LIM_PROD_DISK=case(
filesystem LIKE "%limproda1%", "limproda1",
filesystem LIKE "%limproda2%", "limproda2",
filesystem LIKE "%limprodwide0%", "limprodwide0",
filesystem LIKE "%limprodwide1%", "limprodwide1",
filesystem LIKE "%limprodwide2%", "limprodwide2",
filesystem LIKE "%limtoolsvol%", "limptoolsvol"
)
| bin _time span=1d
| timechart cont=f max(storage_used_percent) by LIM_PROD_DISK&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 14:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ignore-null-values/m-p/524644#M147975</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-14T14:09:36Z</dc:date>
    </item>
  </channel>
</rss>

