<?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: Splunk Universal Forwader constantly crashes with &amp;quot;Crashing thread: indexerPipe&amp;quot;. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268998#M51650</link>
    <description>&lt;P&gt;The interesting thing that the crashing thread is indexerPipe. The  indexerPipe  should be disabled on Universal Forwarder as it does not Index data.&lt;/P&gt;

&lt;P&gt;Looking at splunkd.log we see several errors like:&lt;/P&gt;

&lt;P&gt;WARN IndexerService - Indexer was started dirty: splunkd startup may take longer than usual; searches may not be accurate until background fsck completes.&lt;BR /&gt;
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
INFO IndexProcessor - Initializing: readonly=false reloading=false&lt;/P&gt;

&lt;P&gt;This suggests that the indexPipeline is enabled and the Universal Forwarder is trying to find index components which do not exist.&lt;/P&gt;

&lt;P&gt;On a Universal Forwarder there are several pipe lines that should be disabled. These are configured in $SPLUNK_HOME/etc/apps/SplunkUniversalForwarder/default/default-mode.conf&lt;BR /&gt;
which contains stanzas like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#This file turns off pipelines and processors.
#This is the default configuration

#Turn off a processor
[pipeline:indexerPipe]
disabled_processors= indexer, indexandforward, diskusage, signing,tcp-output-generic-processor, syslog-output-generic-processor, http-output-generic-processor, stream-output-processor

[pipeline:distributedSearch]
disabled = true

[pipeline:fifo]
disabled = true

[pipeline:merging]
disabled = true

[pipeline:typing]
disabled = true 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue was caused by the fact the SplunkUniversalForwarder app had been deleted from $SPLUNK_HOME/etc/apps, leaving the indexing pipeline enabled.&lt;/P&gt;

&lt;P&gt;It is not recommended to delete / change the default apps installed by default in $SPLUNK_HOME/etc/apps (introspection_generator_addon  search, SplunkUniversalForwarder, learned  and splunk_httpinput) or manage these apps via Splunk Deployment Server (Forwarder Managerment)&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:39:47 GMT</pubDate>
    <dc:creator>dshakespeare_sp</dc:creator>
    <dc:date>2020-09-29T12:39:47Z</dc:date>
    <item>
      <title>Splunk Universal Forwader constantly crashes with "Crashing thread: indexerPipe".</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268997#M51649</link>
      <description>&lt;P&gt;Splunk Universal Forwader constantly crashes with "Crashing thread: indexerPipe". &lt;BR /&gt;
splunkd.log shows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;WARN IndexerService - Indexer was started dirty: splunkd startup may take longer than usual; searches may not be accurate until background fsck completes.
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured
INFO IndexProcessor - Initializing: readonly=false reloading=false 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268997#M51649</guid>
      <dc:creator>dshakespeare_sp</dc:creator>
      <dc:date>2017-01-30T08:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwader constantly crashes with "Crashing thread: indexerPipe".</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268998#M51650</link>
      <description>&lt;P&gt;The interesting thing that the crashing thread is indexerPipe. The  indexerPipe  should be disabled on Universal Forwarder as it does not Index data.&lt;/P&gt;

&lt;P&gt;Looking at splunkd.log we see several errors like:&lt;/P&gt;

&lt;P&gt;WARN IndexerService - Indexer was started dirty: splunkd startup may take longer than usual; searches may not be accurate until background fsck completes.&lt;BR /&gt;
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
ERROR IndexConfig - stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
FATAL IndexerService - Cannot load IndexConfig: stanza=default Required parameter=defaultDatabase not configured&lt;BR /&gt;
INFO IndexProcessor - Initializing: readonly=false reloading=false&lt;/P&gt;

&lt;P&gt;This suggests that the indexPipeline is enabled and the Universal Forwarder is trying to find index components which do not exist.&lt;/P&gt;

&lt;P&gt;On a Universal Forwarder there are several pipe lines that should be disabled. These are configured in $SPLUNK_HOME/etc/apps/SplunkUniversalForwarder/default/default-mode.conf&lt;BR /&gt;
which contains stanzas like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#This file turns off pipelines and processors.
#This is the default configuration

#Turn off a processor
[pipeline:indexerPipe]
disabled_processors= indexer, indexandforward, diskusage, signing,tcp-output-generic-processor, syslog-output-generic-processor, http-output-generic-processor, stream-output-processor

[pipeline:distributedSearch]
disabled = true

[pipeline:fifo]
disabled = true

[pipeline:merging]
disabled = true

[pipeline:typing]
disabled = true 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The issue was caused by the fact the SplunkUniversalForwarder app had been deleted from $SPLUNK_HOME/etc/apps, leaving the indexing pipeline enabled.&lt;/P&gt;

&lt;P&gt;It is not recommended to delete / change the default apps installed by default in $SPLUNK_HOME/etc/apps (introspection_generator_addon  search, SplunkUniversalForwarder, learned  and splunk_httpinput) or manage these apps via Splunk Deployment Server (Forwarder Managerment)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:39:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268998#M51650</guid>
      <dc:creator>dshakespeare_sp</dc:creator>
      <dc:date>2020-09-29T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwader constantly crashes with "Crashing thread: indexerPipe".</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268999#M51651</link>
      <description>&lt;P&gt;I downvoted this post because wrong one vote for sorry&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwader-constantly-crashes-with-quot-Crashing/m-p/268999#M51651</guid>
      <dc:creator>nclancy_splunk</dc:creator>
      <dc:date>2017-01-30T08:31:08Z</dc:date>
    </item>
  </channel>
</rss>

