<?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: How to name NULL column in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252368#M189338</link>
    <description>&lt;P&gt;Try fillnull....&lt;/P&gt;

&lt;P&gt;index=ac_web sourcetype=access_log response_time &amp;gt; 5 earliest=-7d@d latest=now &lt;BR /&gt;
| fillnull value=MyNullName cs-uri-stem&lt;BR /&gt;
| timechart span=1h count by cs-uri-stem&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:08:10 GMT</pubDate>
    <dc:creator>snoobzilla</dc:creator>
    <dc:date>2020-09-29T09:08:10Z</dc:date>
    <item>
      <title>How to name NULL column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252367#M189337</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm a new user to splunk and want to know how to name a NULL column. For example, see below query.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=ac_web sourcetype=access_log response_time &amp;gt; 5 earliest=-7d@d latest=now | timechart span=1h count by cs-uri-stem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run this query, I get "NULL" name for the second column. How can I name it ?&lt;/P&gt;

&lt;P&gt;Thank you all !!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 12:57:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252367#M189337</guid>
      <dc:creator>nlrdy</dc:creator>
      <dc:date>2016-03-18T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to name NULL column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252368#M189338</link>
      <description>&lt;P&gt;Try fillnull....&lt;/P&gt;

&lt;P&gt;index=ac_web sourcetype=access_log response_time &amp;gt; 5 earliest=-7d@d latest=now &lt;BR /&gt;
| fillnull value=MyNullName cs-uri-stem&lt;BR /&gt;
| timechart span=1h count by cs-uri-stem&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252368#M189338</guid>
      <dc:creator>snoobzilla</dc:creator>
      <dc:date>2020-09-29T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to name NULL column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252369#M189339</link>
      <description>&lt;P&gt;Hi you can also do it by using tostring &lt;BR /&gt;
eval cs-uri-stem=tostring(cs-uri-stem)&lt;/P&gt;

&lt;P&gt;The above returns  value to "Null"(in most of the cases) &lt;/P&gt;

&lt;P&gt;then &lt;/P&gt;

&lt;P&gt;|time span=1h count by cs-uri-stem&lt;/P&gt;

&lt;P&gt;You can choose any method to so &lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-name-NULL-column/m-p/252369#M189339</guid>
      <dc:creator>naidusadanala</dc:creator>
      <dc:date>2016-03-18T15:33:24Z</dc:date>
    </item>
  </channel>
</rss>

