<?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: JSON extracting multiple times? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404833#M6205</link>
    <description>&lt;P&gt;Restarted, No luck.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 21:58:18 GMT</pubDate>
    <dc:creator>thirusama</dc:creator>
    <dc:date>2019-08-26T21:58:18Z</dc:date>
    <item>
      <title>JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404827#M6199</link>
      <description>&lt;P&gt;I have HeavyForwarder monitoring jason data.&lt;BR /&gt;
i am getting JSON extraction normal on HF.&lt;/P&gt;

&lt;P&gt;But if i search for same data on Search Head Json fields are extracting twice.&lt;/P&gt;

&lt;P&gt;I have tried modifying props.conf with&lt;BR /&gt;
KV_MODE=none &lt;BR /&gt;
INDEXED_EXTRACTION=json&lt;/P&gt;

&lt;P&gt;i also tried props on SH with&lt;BR /&gt;
AUTO_KV_JSON = false&lt;/P&gt;

&lt;P&gt;but getting same result&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404827#M6199</guid>
      <dc:creator>vinayakwagh</dc:creator>
      <dc:date>2020-09-30T00:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404828#M6200</link>
      <description>&lt;P&gt;Hi Vinay,&lt;/P&gt;

&lt;P&gt;try this, it worked for me.&lt;BR /&gt;
in props.conf add below&lt;BR /&gt;
     [json_app]&lt;BR /&gt;
     INDEXED_EXTRACTIONS=json&lt;BR /&gt;
     KV_MODE=none&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404828#M6200</guid>
      <dc:creator>pruthvikrishnap</dc:creator>
      <dc:date>2020-09-30T00:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404829#M6201</link>
      <description>&lt;P&gt;You need this on your Forwarder (the server where the json file exists, probably not your HF):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED_EXTRACTION=json
sourcetype=YourSourcetypeHere
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You need this on your Search Heads:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;YourSourcetypeHere&amp;gt;]
KV_MODE=none 
AUTO_KV_JSON = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Apr 2019 00:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404829#M6201</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-11T00:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404830#M6202</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
in which props should i entered this stanza?&lt;/P&gt;

&lt;P&gt;on SH or HF?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 19:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404830#M6202</guid>
      <dc:creator>vinayakwagh</dc:creator>
      <dc:date>2019-04-11T19:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404831#M6203</link>
      <description>&lt;P&gt;We have Similar issue (json fields are extracted twice)&lt;/P&gt;

&lt;P&gt;On Universal forwarder (7.0.3) the settings are like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [my_sourcetype]
    SHOULD_LINEMERGE=true
    LINE_BREAKER=([\r\n]+)
    NO_BINARY_CHECK=true
    CHARSET=UTF-8
    INDEXED_EXTRACTIONS=json
    KV_MODE=none
    category=Structured
    description=JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="test_blank"&gt;http://json.org/&lt;/A&gt;
    disabled=false
    pulldown_type=true
    TIMESTAMP_FIELDS=timestamp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On Search Head(7.2.6), tried all combinations of below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_sourcetype]
INDEXED_EXTRACTIONS=json
KV_MODE=none
AUTO_KV_JSON = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anyone have a working solution? Also when we apply props on SH member, do we have to restart Splunk on it? We just did _debug/refresh.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 21:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404831#M6203</guid>
      <dc:creator>thirusama</dc:creator>
      <dc:date>2019-08-26T21:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404832#M6204</link>
      <description>&lt;P&gt;Yes, restart Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 21:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404832#M6204</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2019-08-26T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404833#M6205</link>
      <description>&lt;P&gt;Restarted, No luck.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 21:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404833#M6205</guid>
      <dc:creator>thirusama</dc:creator>
      <dc:date>2019-08-26T21:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404834#M6206</link>
      <description>&lt;P&gt;@vinayakwagh Please if below post helps you. We had faced similar issue and is resolved now&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/768573/why-are-json-fields-extracted-and-displayed-twice.html"&gt;https://answers.splunk.com/answers/768573/why-are-json-fields-extracted-and-displayed-twice.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404834#M6206</guid>
      <dc:creator>thirusama</dc:creator>
      <dc:date>2019-08-29T17:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404835#M6207</link>
      <description>&lt;P&gt;You need these props.conf settings on your Search Head:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_sourcetype]
KV_MODE = none
AUTO_KV_JSON = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restart splunk on the search head.  That's it.  If it isn't working, double-check with btool.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 20:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404835#M6207</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-09-01T20:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404836#M6208</link>
      <description>&lt;P&gt;I have similar issue like you, even after restart no luck&lt;BR /&gt;
Could you please let me know if you got it fixed? &lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404836#M6208</guid>
      <dc:creator>sakthiganesht</dc:creator>
      <dc:date>2019-10-17T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: JSON extracting multiple times?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404837#M6209</link>
      <description>&lt;P&gt;Your settings are correct so it must be something else.  If you are doing a sourcetype override/overwrite, you must use the &lt;EM&gt;ORIGINAL&lt;/EM&gt; value, &lt;EM&gt;NOT&lt;/EM&gt; the new value.  You must deploy your settings to the first full instance(s) of Splunk that handle the events (usually either the HF tier if you use one, or else your Indexer tier), restart all Splunk instances there, send in new events (old events will stay broken), then test using &lt;CODE&gt;_index_earliest=-5m&lt;/CODE&gt; to be absolutely certain that you are only examining the newly indexed events.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/JSON-extracting-multiple-times/m-p/404837#M6209</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-17T13:57:56Z</dc:date>
    </item>
  </channel>
</rss>

