<?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: Why is KV_MODE=xml not working in my distributed environment? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112515#M29566</link>
    <description>&lt;P&gt;Same problem here - the permissions are set to Global for the app-permissions. My data is from Applocker Wineventlog imported using renderxml=true&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 09:32:39 GMT</pubDate>
    <dc:creator>bravon</dc:creator>
    <dc:date>2016-05-19T09:32:39Z</dc:date>
    <item>
      <title>Why is KV_MODE=xml not working in my distributed environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112512#M29563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;i'm using a distributed splunk setup (search head with several indexers) with version 6.1.3. I'm having problems with automatic field extractions from xml data.&lt;/P&gt;

&lt;P&gt;Linebreaking is configured and working correctly. Extracting fields using spath is also working.&lt;/P&gt;

&lt;P&gt;My props.conf on the indexers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
KV_MODE=xml
BREAK_ONLY_BEFORE=&amp;lt;record&amp;gt;
NO_BINARY_CHECK=1
SHOULD_LINEMERGE=true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf on the searchhead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
KV_MODE=xml
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example of the xml data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;record&amp;gt;
&amp;lt;date&amp;gt;Fri Sep 05 08:02:32 CEST 2014&amp;lt;/date&amp;gt;
&amp;lt;a&amp;gt;b&amp;lt;/a&amp;gt;
&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;
&amp;lt;/record&amp;gt;
&amp;lt;record&amp;gt;
&amp;lt;date&amp;gt;Fri Sep 05 08:02:33 CEST 2014&amp;lt;/date&amp;gt;
&amp;lt;a&amp;gt;d&amp;lt;/a&amp;gt;
&amp;lt;b&amp;gt;e&amp;lt;/b&amp;gt;
&amp;lt;/record&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On a standalone test system, the automatic extraction with KV_MODE=xml is working fine.&lt;/P&gt;

&lt;P&gt;Any ideas why this isn't working in my distributed environment?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 06:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112512#M29563</guid>
      <dc:creator>HansWurscht</dc:creator>
      <dc:date>2014-09-05T06:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is KV_MODE=xml not working in my distributed environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112513#M29564</link>
      <description>&lt;P&gt;If Splunk looks at your data and thinks it is not entirely XML, it will not obey the &lt;CODE&gt;KV_MODE=xml&lt;/CODE&gt;.&lt;BR /&gt;
You did put the spec in the right place.&lt;/P&gt;

&lt;P&gt;Perhaps the subset of data that you are using for test is better XML than the real production data.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 01:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112513#M29564</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-09-08T01:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is KV_MODE=xml not working in my distributed environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112514#M29565</link>
      <description>&lt;P&gt;My guess is that the application containing the  props.conf needs different permissions (App-permissions -&amp;gt; Global)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112514#M29565</guid>
      <dc:creator>bravon</dc:creator>
      <dc:date>2015-08-07T09:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is KV_MODE=xml not working in my distributed environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112515#M29566</link>
      <description>&lt;P&gt;Same problem here - the permissions are set to Global for the app-permissions. My data is from Applocker Wineventlog imported using renderxml=true&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 09:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112515#M29566</guid>
      <dc:creator>bravon</dc:creator>
      <dc:date>2016-05-19T09:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is KV_MODE=xml not working in my distributed environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112516#M29567</link>
      <description>&lt;P&gt;Is there an answer for this problem!? I've also have the same issue after move from my standalone system to a cluster (1y searchhead, 1x master, 3x peernodes).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:39:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-KV-MODE-xml-not-working-in-my-distributed-environment/m-p/112516#M29567</guid>
      <dc:creator>seilemor</dc:creator>
      <dc:date>2018-01-09T15:39:29Z</dc:date>
    </item>
  </channel>
</rss>

