<?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: Process of Indexed Extraction Configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415421#M73448</link>
    <description>&lt;P&gt;You have not deployed the props.conf configurations to the correct place.  Unlike every other indexing-related configuration which should be deployed on the first full-instance of Splunk that receives it (either the HF or Indexer tier), the &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; configuration must be deployed to the forwarder, the server which possesses the files and and has the &lt;CODE&gt;inputs.conf&lt;/CODE&gt; that is set to pull in the json.  So send it to your forwarder tier, and restart all splunk instances there and it will work when you forward new data in.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 07:48:47 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-03-06T07:48:47Z</dc:date>
    <item>
      <title>Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415417#M73444</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;

&lt;P&gt;I'm currently running into a very weird situation with a Splunk instance I inherited. I setup the props.conf through the UI on my dev instance by indexing a small number of events and then using the UI to parse through the data, creating the props.conf. I should mention that my dev instance is a single host. &lt;/P&gt;

&lt;P&gt;I then transferred the props.conf to our test environment which consists of 1 forwarder, 2 indexers (in a "fake" cluster since less than 3 indexers), 1 master, and 3 search heads in a search head cluster. Just like my dev instance, the test instance worked properly as the fields were showing up successfully when searching on a search head. &lt;/P&gt;

&lt;P&gt;Finally, I transferred this same props.conf to the prod instance which consists of 3 forwarders, 4 indexers in an index cluster, 1 master and 5 search heads in a search head cluster. In this environment, none of the fields get properly extracted like they were in the test/dev instances but the events are still being parsed correctly as JSON. The current fields back I'm getting are these:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6631iCAABA90BAF63BC68/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I've exhausted everything I know about how the configuration/field extraction is determined and I still can't figure it out. I'm sure there's something I'm missing, and given that it's an instance that I've inherited I figured I'd post something here to see what this wonderful community could come up with. Here is a snippet from my props.conf which is pretty much how most of the sourcetypes are configured:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6632iA27130EBA8667EAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This props.conf lives only on the indexers (as far as I know) and I didn't find any other props.conf files on the search heads (in $SPLUNK_HOME/etc/system/local).&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 16:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415417#M73444</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-05T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415418#M73445</link>
      <description>&lt;P&gt;we need to put indexed_extractions = json on Indexer  props and  kv_mode = none on Search head  props.&lt;/P&gt;

&lt;P&gt;OR &lt;/P&gt;

&lt;P&gt;try to put kv_mode=json on search head props and remove all other json related details from props&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415418#M73445</guid>
      <dc:creator>tsaikumar009</dc:creator>
      <dc:date>2020-09-29T23:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415419#M73446</link>
      <description>&lt;P&gt;Why would it work correctly on my test environment (no props.conf on the search heads) then?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:37:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415419#M73446</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-05T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415420#M73447</link>
      <description>&lt;P&gt;As for the second solution, we &lt;STRONG&gt;want&lt;/STRONG&gt; indexed extractions and &lt;STRONG&gt;not&lt;/STRONG&gt; search head extractions which I believe that would cause.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 18:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415420#M73447</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-05T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415421#M73448</link>
      <description>&lt;P&gt;You have not deployed the props.conf configurations to the correct place.  Unlike every other indexing-related configuration which should be deployed on the first full-instance of Splunk that receives it (either the HF or Indexer tier), the &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; configuration must be deployed to the forwarder, the server which possesses the files and and has the &lt;CODE&gt;inputs.conf&lt;/CODE&gt; that is set to pull in the json.  So send it to your forwarder tier, and restart all splunk instances there and it will work when you forward new data in.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415421#M73448</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415422#M73449</link>
      <description>&lt;P&gt;I should've mentioned that we are using the HEC on the forwarders to transfer the data to the indexers. Does that change anything about what you suggested? I'm also still confused about how the configuration works in the test environment without the props.conf on the forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 15:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415422#M73449</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-06T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415423#M73450</link>
      <description>&lt;P&gt;Also I've tried this and it did not fix my issue.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:59:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415423#M73450</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-06T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415424#M73451</link>
      <description>&lt;P&gt;If you are using HEC, then you are not using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;.  Which is it?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 03:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415424#M73451</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-07T03:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415425#M73452</link>
      <description>&lt;P&gt;Correct me if I'm wrong but I'm not sure why both have to be separate? I was under the impression it went like this:&lt;/P&gt;

&lt;P&gt;host -- (through HEC) --&amp;gt; Forwarders ----&amp;gt; Indexers&lt;/P&gt;

&lt;P&gt;How would this effect the extractions at all?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 03:38:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415425#M73452</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-07T03:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415426#M73453</link>
      <description>&lt;P&gt;That is an insane configuration.  Typically HEC runs directly on the Indexers.  If this is really your architecture, you need a reboot.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415426#M73453</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-07T04:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415427#M73454</link>
      <description>&lt;P&gt;I agree the architecture needs to be rethought but according to this article, the HEC can run on either the forwarders or the indexers so I'm not really sure what you're getting at - &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.4/Data/ScaleHTTPEventCollector"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.4/Data/ScaleHTTPEventCollector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415427#M73454</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-07T04:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415428#M73455</link>
      <description>&lt;P&gt;You have created an completely unnecessary bottleneck with your Intermediate Forwarder tier.  What is worse, apparently you are writing HEC to disk there, so that you can do &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; which is nuts, because it defeats the primary benefit of HEC: diskless I/O.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415428#M73455</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-07T04:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415429#M73456</link>
      <description>&lt;P&gt;I see what you're saying. Yeah after inheriting this instance my goal was to rethink/architect everything but I was swamped with other things and have limited knowledge so I'm all for learning the best practice. You would suggest having the HEC on the indexer cluster, keeping the props.conf there and going from there?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415429#M73456</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-07T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415430#M73457</link>
      <description>&lt;P&gt;Yes, definitely.  This is 100% upside (no downside).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 04:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415430#M73457</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-07T04:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415431#M73458</link>
      <description>&lt;P&gt;Awesome, thanks for your help woodcook it's greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 05:05:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415431#M73458</guid>
      <dc:creator>mrstrozy</dc:creator>
      <dc:date>2019-03-07T05:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Process of Indexed Extraction Configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415432#M73459</link>
      <description>&lt;P&gt;Did you fix this issue?  Does HEC support explicit indexed_extractions of CSV or JSON files when it is set to raw mode?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 02:31:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Process-of-Indexed-Extraction-Configuration/m-p/415432#M73459</guid>
      <dc:creator>kundeng</dc:creator>
      <dc:date>2020-04-25T02:31:37Z</dc:date>
    </item>
  </channel>
</rss>

