<?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: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239180#M46482</link>
    <description>&lt;P&gt;abhinav_maxonic&lt;BR /&gt;
Can you explain how you were able to resolve this error ?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;BR /&gt;
Sunita&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 17:25:13 GMT</pubDate>
    <dc:creator>rajanala</dc:creator>
    <dc:date>2020-01-27T17:25:13Z</dc:date>
    <item>
      <title>Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239170#M46472</link>
      <description>&lt;P&gt;While indexing csv files, splunk is not indexing some of my csv files showing below error in Splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error : 01-15-2017 21:40:22.148 -0800 ERROR TailReader - Ignoring path="/opt/script_output_data/folder1/folder2/file_name_01152017_21_40_18.csv" due to: Bug during applyPendingMetadata, header processor does not own the indexed extractions confs.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All for these files are 117KB in size and I am creating the CSV on linux using command -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ssh admin@machine1 "some command" &amp;gt; /opt/script_output_data/folder1/folder2/file_name_`date +\%m\%d\%Y_\%H_\%M_\%S`.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I get rid of this error ? And Why am I getting this error ?&lt;/P&gt;

&lt;P&gt;my &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; &lt;STRONG&gt;(on forwarder)&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/script_output_data/folder1]
disabled = false
host_segment = 4
index = index1
sourcetype = custom_sourcetype_csv
initCrcLength = 2048
_TCP_ROUTING = indexer_machine
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;my &lt;STRONG&gt;props.conf (on both indexer &amp;amp; forwarder)&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[custom_sourcetype_csv]
DATETIME_CONFIG = CURRENT
EXTRACT-Timestamp_extraction_cdot = \/opt\/script_output_data\/folder1\/[\w-\d.]+\/folder2[\w\d_]+_(?&amp;lt;mon&amp;gt;\d{2})(?&amp;lt;date&amp;gt;\d{2})\d{2}(?&amp;lt;year&amp;gt;\d{2})_(?&amp;lt;hr&amp;gt;\d{2})_(?&amp;lt;min&amp;gt;\d{2})_(?&amp;lt;sec&amp;gt;\d{2})\.csv in source
HEADER_FIELD_LINE_NUMBER = 3
INDEXED_EXTRACTIONS = csv
KV_MODE = none
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Some description
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239170#M46472</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-01-16T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239171#M46473</link>
      <description>&lt;P&gt;Hi, I assume you are a using a universal forwarder. Is that correct?&lt;BR /&gt;
If not, I'll convert my answer to a comment.&lt;/P&gt;

&lt;P&gt;If so, you have to remove the extraction from your props.conf on your forwarder. Universal Forwarders &lt;STRONG&gt;cannot&lt;/STRONG&gt; extract fields (they can only filter events). To extract fields with a forwarder you would need a heavy forwarder.&lt;/P&gt;

&lt;P&gt;Btw, I don't see why you are specifying _TCP_ROUTING here when you only specify one indexer or indexer cluster, usually you define your group in the outputs.conf if you don't want to separate your data streams.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:23:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239171#M46473</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2020-09-29T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239172#M46474</link>
      <description>&lt;P&gt;Yes its a universal forwarder. But I have defined the props.conf on Indexer as well. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 11:29:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239172#M46474</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-01-16T11:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239173#M46475</link>
      <description>&lt;P&gt;I used _TCP_ROUTING to filer and route data. Since other data is also being forwarded from this forwarder to  other indexer. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239173#M46475</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2020-09-29T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239174#M46476</link>
      <description>&lt;P&gt;Ah, it's alright then. Yeah, the EXTRACT is correct on the indexer but not on the universal forwarder's props.conf. Did you try to remove it there?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239174#M46476</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-01-16T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239175#M46477</link>
      <description>&lt;P&gt;Yeah I just removed that stanza and restart splunk. Will it index the existing files, or just the new ones ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:07:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239175#M46477</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-01-16T12:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239176#M46478</link>
      <description>&lt;P&gt;That depends on whether the files have already been indexed or not. If not, they should be indexed then. If they did, they only get indexed again when they change.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239176#M46478</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-01-16T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239177#M46479</link>
      <description>&lt;P&gt;Okay, so 2-3 days old files, which didn't get indexed because of this error, should get indexed now automatically, right ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239177#M46479</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-01-16T12:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239178#M46480</link>
      <description>&lt;P&gt;Right. And did it solve your problem?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239178#M46480</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-01-16T14:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239179#M46481</link>
      <description>&lt;P&gt;Yeah.. Thanks ! Problem solved .&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 09:43:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239179#M46481</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2017-01-17T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Bug during applyPendingMetadata, header processor does not own the indexed extractions confs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239180#M46482</link>
      <description>&lt;P&gt;abhinav_maxonic&lt;BR /&gt;
Can you explain how you were able to resolve this error ?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;BR /&gt;
Sunita&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:25:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-Bug-during-applyPendingMetadata-header-processor-does-not/m-p/239180#M46482</guid>
      <dc:creator>rajanala</dc:creator>
      <dc:date>2020-01-27T17:25:13Z</dc:date>
    </item>
  </channel>
</rss>

