<?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: ITSI is generating noisy false positives &amp;quot;this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore&amp;quot;, How to filter them out in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325292#M378</link>
    <description>&lt;P&gt;I confirm, it was fixed in ITSI since version 3.1.0&lt;BR /&gt;
it will be added to the release notes (as ITOA-8623)&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 22:10:21 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2018-05-24T22:10:21Z</dc:date>
    <item>
      <title>ITSI is generating noisy false positives "this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore", How to filter them out</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325289#M375</link>
      <description>&lt;P&gt;I have ITSI 3.0, and on a regular basis it is reporting a kvstore connection test.&lt;BR /&gt;
The problem is that the check triggers a false positive error message in splunkd.log internal logs &lt;/P&gt;

&lt;P&gt;In ITSI 2.* the message was like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  05-09-2017 06:04:18.605 -0400 ERROR HttpListener - Exception while processing request from 127.0.0.1 for /servicesNS/nobody/SA-ITOA/storage/collections/data/dummy_collection_nvfjdnvjkfdnvjkfnvjkfnvernvjfnvjkfsdnvuenvkjfnvjka?output_mode=json: Could not find object id=dummy_collection_nvfjdnvjkfdnvjkfnvjkfnvernvjfnvjkfsdnvuenvkjfnvjka
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In ITSI 3.0, it now looks like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      01-23-2018 13:00:01.622 -0800 ERROR HttpListener - Exception while processing request from 127.0.0.1 for /servicesNS/nobody/SA-ITOA/storage/collections/data/this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore?output_mode=json: Could not find object id=this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can I find a way to drop those event? &lt;BR /&gt;
I do not want to index them.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 21:13:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325289#M375</guid>
      <dc:creator>mataharry</dc:creator>
      <dc:date>2018-01-23T21:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI is generating noisy false positives "this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore", How to filter them out</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325290#M376</link>
      <description>&lt;P&gt;The long term solution will be to wait for a future version of Splunk or ITSI that does not generate that log.&lt;BR /&gt;
A possible workaround now is to setup a nullQueue filter on the search-head indexing the logs to drop them at index time.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Routeandfilterdatad#Discard_specific_events_and_keep_the_rest"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Routeandfilterdatad#Discard_specific_events_and_keep_the_rest&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS : This will not prevent the logs to be in the splunkd.log file on disk, just to drop them at index time.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Method  to setup a nullQueue filter on the search-head :&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;in transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunkd]
TRANSFORMS-ITSInullqueue=ITSInullqueuefalsepositive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ITSInullqueuefalsepositive]
REGEX = (dummy_collection_nvfjdnvjkfdnvjkfnvjkfnvernvjfnvjkfsdnvuenvkjfnvjka|this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore)
DEST_KEY = queue
FORMAT = nullQueue
 # to delete false positive HTTPlisterner ITSI events.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jan 2018 21:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325290#M376</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2018-01-23T21:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI is generating noisy false positives "this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore", How to filter them out</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325291#M377</link>
      <description>&lt;P&gt;I understand this is fixed as part of ITSI 3.1. It's not in the release notes although I can confirm that I'm not seeing this anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 21:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325291#M377</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-05-24T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: ITSI is generating noisy false positives "this_is_a_kvstore_heartbeat_it_is_not_an_error_please_ignore", How to filter them out</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325292#M378</link>
      <description>&lt;P&gt;I confirm, it was fixed in ITSI since version 3.1.0&lt;BR /&gt;
it will be added to the release notes (as ITOA-8623)&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 22:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/ITSI-is-generating-noisy-false-positives-quot-this-is-a-kvstore/m-p/325292#M378</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2018-05-24T22:10:21Z</dc:date>
    </item>
  </channel>
</rss>

