<?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 JSON - options either limits/tuncates events OR extract twice. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/JSON-options-either-limits-tuncates-events-OR-extract-twice/m-p/258190#M49602</link>
    <description>&lt;P&gt;Hi Guys&lt;/P&gt;

&lt;P&gt;Pretty new to all this and struggling to understand all the other answers.&lt;/P&gt;

&lt;P&gt;I have a cronjob  which is extracting CMDB data from service now in json format at 1am each day. its over writes a file. My splunk is monitoring that file. I am expecting 463 results/events. with 90ish fields per event.&lt;/P&gt;

&lt;P&gt;I have universal forwarder on a server with internet access which forwards straight to the indexers.&lt;/P&gt;

&lt;P&gt;I have tried these settings in props.conf:]&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;KV_MODE = json
AUTO_KV_JSON = false
NO_BINARY_CHECK = 1
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;BUT using this searches only give me 207 results/events.&lt;/P&gt;

&lt;P&gt;So I then tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED EXTRACTIONS = JSON
 KV_MODE  = none
 NO_BINARY_CHECK = 1
 TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This gives me the expected 463 events, but the search is extracting the fields twice. &lt;/P&gt;

&lt;P&gt;How do I get all the events, with only 1 extracted &lt;BR /&gt;
is there some sort of LIMIT I can set &lt;/P&gt;</description>
    <pubDate>Sun, 04 Sep 2016 09:24:02 GMT</pubDate>
    <dc:creator>mjm295</dc:creator>
    <dc:date>2016-09-04T09:24:02Z</dc:date>
    <item>
      <title>JSON - options either limits/tuncates events OR extract twice.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-options-either-limits-tuncates-events-OR-extract-twice/m-p/258190#M49602</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;

&lt;P&gt;Pretty new to all this and struggling to understand all the other answers.&lt;/P&gt;

&lt;P&gt;I have a cronjob  which is extracting CMDB data from service now in json format at 1am each day. its over writes a file. My splunk is monitoring that file. I am expecting 463 results/events. with 90ish fields per event.&lt;/P&gt;

&lt;P&gt;I have universal forwarder on a server with internet access which forwards straight to the indexers.&lt;/P&gt;

&lt;P&gt;I have tried these settings in props.conf:]&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;KV_MODE = json
AUTO_KV_JSON = false
NO_BINARY_CHECK = 1
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;BUT using this searches only give me 207 results/events.&lt;/P&gt;

&lt;P&gt;So I then tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;INDEXED EXTRACTIONS = JSON
 KV_MODE  = none
 NO_BINARY_CHECK = 1
 TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This gives me the expected 463 events, but the search is extracting the fields twice. &lt;/P&gt;

&lt;P&gt;How do I get all the events, with only 1 extracted &lt;BR /&gt;
is there some sort of LIMIT I can set &lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 09:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-options-either-limits-tuncates-events-OR-extract-twice/m-p/258190#M49602</guid>
      <dc:creator>mjm295</dc:creator>
      <dc:date>2016-09-04T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: JSON - options either limits/tuncates events OR extract twice.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-options-either-limits-tuncates-events-OR-extract-twice/m-p/258191#M49603</link>
      <description>&lt;P&gt;ok did some more reading and stuck with the second option but added &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;kvmode = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to my search head props (for this 1 source,, now I am seeing all results, but only 1 set.&lt;/P&gt;

&lt;P&gt;i need to understand the indexed extractions better...&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 22:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-options-either-limits-tuncates-events-OR-extract-twice/m-p/258191#M49603</guid>
      <dc:creator>mjm295</dc:creator>
      <dc:date>2016-09-04T22:12:39Z</dc:date>
    </item>
  </channel>
</rss>

