<?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: Is INDEXED_EXTRACTIONS = json expensive on the indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454212#M78634</link>
    <description>&lt;P&gt;Absolutely.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 19:37:59 GMT</pubDate>
    <dc:creator>sudosplunk</dc:creator>
    <dc:date>2018-09-11T19:37:59Z</dc:date>
    <item>
      <title>Is INDEXED_EXTRACTIONS = json expensive on the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454209#M78631</link>
      <description>&lt;P&gt;In &lt;A href="https://answers.splunk.com/answers/615506/what-are-the-requirements-for-a-perfect-splunk-jso.html"&gt;What are the requirements for a perfect Splunk JSON document?&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We spoke about -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED_EXTRACTIONS = json
category = Structured
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is &lt;CODE&gt;INDEXED_EXTRACTIONS = json&lt;/CODE&gt; expensive on the indexer? because I'm being told that we should avoid it due to the load it puts on the indexer...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:14:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454209#M78631</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-09-11T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is INDEXED_EXTRACTIONS = json expensive on the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454210#M78632</link>
      <description>&lt;P&gt;Hi @ddrillic,&lt;/P&gt;

&lt;P&gt;In short yes. Please have a look at this article. This guy did some good case study comparing index-time vs search-time extractions. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.hurricanelabs.com/blog/splunk-case-study-indexed-extractions-vs-search-time-extractions"&gt;https://www.hurricanelabs.com/blog/splunk-case-study-indexed-extractions-vs-search-time-extractions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;HTH!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454210#M78632</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-09-11T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is INDEXED_EXTRACTIONS = json expensive on the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454211#M78633</link>
      <description>&lt;P&gt;Very interesting @nittala_surya. &lt;/P&gt;

&lt;P&gt;I guess they are saying that -&lt;BR /&gt;
&lt;CODE&gt;KV_MODE=JSON&lt;/CODE&gt; on the search heads is equivalent to &lt;BR /&gt;
&lt;CODE&gt;INDEXED_EXTRACTIONS=JSON&lt;/CODE&gt; on the indexer side&lt;/P&gt;

&lt;P&gt;And the overhead on the SHs is lighter.&lt;/P&gt;

&lt;P&gt;Is it right?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 19:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454211#M78633</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-09-11T19:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is INDEXED_EXTRACTIONS = json expensive on the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454212#M78634</link>
      <description>&lt;P&gt;Absolutely.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 19:37:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454212#M78634</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-09-11T19:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is INDEXED_EXTRACTIONS = json expensive on the indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454213#M78635</link>
      <description>&lt;P&gt;Speaking with the sales engineer who explained that in certain cases it can be expensive and in certain cases not. He also said that in case the json document is not valid we can lose data as only the name value pairs are retained and not the raw data. &lt;CODE&gt;KV_MODE = JSON&lt;/CODE&gt; on the SH and the indexer marks the data as json.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2018 16:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-INDEXED-EXTRACTIONS-json-expensive-on-the-indexer/m-p/454213#M78635</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-09-12T16:01:51Z</dc:date>
    </item>
  </channel>
</rss>

