<?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: To Exclude all the NULL values from the index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659071#M111462</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@Raj&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you don't have any recognized field, this means that you have a parsing problem.&lt;/P&gt;&lt;P&gt;At first you have to check if you instaled the correct Add-On and if you associated the correct sourcetype with yur data flow.&lt;/P&gt;&lt;P&gt;Then you have to analyze your data, see the sourcetype associated with these events and see what's the issue,&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 12:20:31 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-09-29T12:20:31Z</dc:date>
    <item>
      <title>To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659049#M111454</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was trying to explore all the null values in my index but is it not working as expected do we need any changes in the search&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;index=vpn earliest=-7d&lt;BR /&gt;| fieldsummary&lt;BR /&gt;| where match(values, "^\[{\"value\":\"null\",\"count\":\d+\}\]$")&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 09:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659049#M111454</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-09-29T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659059#M111458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@Raj&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe what you whould do?&lt;/P&gt;&lt;P&gt;if you already indexed a log, you canot remove an avent or a part of it.&lt;/P&gt;&lt;P&gt;If you want to exclude some null values from a search you can do iy in the search.&lt;/P&gt;&lt;P&gt;So what' your requirement?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 10:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659059#M111458</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-29T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659060#M111459</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was trying to look for indexed null values and will decide to ingest after knowing them.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 10:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659060#M111459</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-09-29T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659064#M111460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@Raj&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first you have to analyze your data and see if you correctly parsed it, in other words, if you're using the correct Add-On.&lt;/P&gt;&lt;P&gt;At this point you should'n have NULL values in fields.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 11:03:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659064#M111460</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-29T11:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659068#M111461</link>
      <description>&lt;P&gt;Thanks ,&lt;BR /&gt;I can see the values of some fields in my index as null,&amp;nbsp; what does it mean the data is ingesting or not ???&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 11:27:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659068#M111461</guid>
      <dc:creator>Raj</dc:creator>
      <dc:date>2023-09-29T11:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: To Exclude all the NULL values from the index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659071#M111462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@Raj&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you don't have any recognized field, this means that you have a parsing problem.&lt;/P&gt;&lt;P&gt;At first you have to check if you instaled the correct Add-On and if you associated the correct sourcetype with yur data flow.&lt;/P&gt;&lt;P&gt;Then you have to analyze your data, see the sourcetype associated with these events and see what's the issue,&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 12:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/To-Exclude-all-the-NULL-values-from-the-index/m-p/659071#M111462</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-29T12:20:31Z</dc:date>
    </item>
  </channel>
</rss>

