<?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: Unable to break xml without timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131708#M27094</link>
    <description>&lt;P&gt;This is one event you have or you want to break these into separate entries?&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2014 01:39:02 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-09-19T01:39:02Z</dc:date>
    <item>
      <title>Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131707#M27093</link>
      <description>&lt;P&gt;I am trying to break these into separate events and have tried everything and its just not working&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt; sale id="1012128864" reportGroup="asdasd" customerId="7412213255"  &amp;gt;
            &amp;lt; orderId&amp;gt;101221348864 &amp;lt; /orderId &amp;gt;
            &amp;lt; amount&amp;gt;1999 &amp;lt; /amount &amp;gt;
            &amp;lt; orderSource &amp;gt;ecommerce &amp;lt; /orderSource &amp;gt;
            &amp;lt; token &amp;gt;
                &amp;lt;litleToken &amp;gt;8888888888888 &amp;lt; /litleToken &amp;gt;
                &amp;lt; expDate &amp;gt;1120 &amp;lt; /expDate &amp;gt;
            &amp;lt; /token &amp;gt;
        &amp;lt; / sale &amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf are &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[custom_sourcetype]
BREAK_ONLY_BEFORE_DATE = false
BREAK_ONLY_BEFORE = \
SHOULD_LINEMERGE = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Sep 2014 00:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131707#M27093</guid>
      <dc:creator>Cuyose</dc:creator>
      <dc:date>2014-09-19T00:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131708#M27094</link>
      <description>&lt;P&gt;This is one event you have or you want to break these into separate entries?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131708#M27094</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-09-19T01:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131709#M27095</link>
      <description>&lt;P&gt;Sorry, yes this is an example of a single event, with many others formatted the same.  No matter what I try, it won't break them up.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:13:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131709#M27095</guid>
      <dc:creator>Cuyose</dc:creator>
      <dc:date>2014-09-19T03:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131710#M27096</link>
      <description>&lt;P&gt;This works for me with your sample data.&lt;/P&gt;

&lt;P&gt;props.conf are&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[custom_sourcetype]
BREAK_ONLY_BEFORE = \&amp;lt;\s*sale\s
MUST_BREAK_AFTER = \&amp;lt;\s*/sale\s*\&amp;gt;
BREAK_ONLY_BEFORE_DATE = false
DATETIME_CONFIG = CURRENT
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = true
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131710#M27096</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-09-19T03:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131711#M27097</link>
      <description>&lt;P&gt;Kindly share couple of more &lt;BR /&gt;
_raw logs from log file..&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131711#M27097</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2014-09-19T03:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131712#M27098</link>
      <description>&lt;P&gt;Odd this still doesn't work for me.  I must have doe setting somewhere overriding this.  Any ideas where it might be?  The props.conf I am editing is definitely the etc/system/local.props.conf&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131712#M27098</guid>
      <dc:creator>Cuyose</dc:creator>
      <dc:date>2014-09-19T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131713#M27099</link>
      <description>&lt;P&gt;It won't seem to let me upload the file, but literally there are just a bunch of blocks like this that are exactly the same with different element values.  No timestamps&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 15:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131713#M27099</guid>
      <dc:creator>Cuyose</dc:creator>
      <dc:date>2014-09-19T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131714#M27100</link>
      <description>&lt;P&gt;The only thing that overrides etc/system/local would be if you're using a clustered indexing setup, with custom rules pushed by the cluster master to the indexer peers. So unless you're in a cluster, system/local/props.conf is the king of the hill.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 16:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131714#M27100</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2014-09-19T16:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to break xml without timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131715#M27101</link>
      <description>&lt;P&gt;Hmm, im stumped then, because we definitely aren't doing that.  Ill keep working on it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 17:01:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-break-xml-without-timestamp/m-p/131715#M27101</guid>
      <dc:creator>Cuyose</dc:creator>
      <dc:date>2014-09-19T17:01:23Z</dc:date>
    </item>
  </channel>
</rss>

