<?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: How to event break using Regex. Not working. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286128#M86623</link>
    <description>&lt;P&gt;No, I don't have any control over the data and as I don't have access to trans.conf I can't play about with transforms. Is there any reason why my original method is not working?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2015 10:55:19 GMT</pubDate>
    <dc:creator>hhGA</dc:creator>
    <dc:date>2015-10-23T10:55:19Z</dc:date>
    <item>
      <title>How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286120#M86615</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I'm trying to import some CSV data into Splunk which is all on one line. The events are separated by a space and I am trying to use Regex to separate them, but to no avail. I have tried to do this on Splunk Cloud 6.3, Splunk Enterprise 6.3 and 6.2.5.&lt;/P&gt;

&lt;P&gt;This is an example of the data I am trying to import:&lt;/P&gt;

&lt;P&gt;1445429543,266.600000000000,4.228747140000 1445429534,266.600000000000,0.070900000000 1445429496,266.360000000000,0.120000000000 1445429479,266.350000000000,0.068756580000 1445429478,266.360000000000,0.051243420000 1445429458,266.360000000000,0.070000000000 &lt;BR /&gt;
1445429452,266.640000000000,0.279821050000 &lt;/P&gt;

&lt;P&gt;There are 3 comma separated fields per event.&lt;/P&gt;

&lt;P&gt;I have used the Regex &lt;CODE&gt;\s&lt;/CODE&gt; which does not work as well as things such as &lt;CODE&gt;\d&lt;/CODE&gt; just to see if it is working. Nothing ever gets applied to my data though.&lt;/P&gt;

&lt;P&gt;I have tried using the settings BREAK_ONLY_BEFORE, MUST_BREAK_AFTER and LINE_BREAKER.&lt;/P&gt;

&lt;P&gt;Would anyone please be able to help?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286120#M86615</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2020-09-29T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286121#M86616</link>
      <description>&lt;P&gt;Assuming the first number in each triplet is a Unix-epoch timestamp, have you tried this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;BREAK_ONLY_BEFORE_DATE = true
TIME_FORMAT = %s
INDEXED_EXTRACTIONS = CSV
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286121#M86616</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-21T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286122#M86617</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;Thanks for your answer. I have tried using these values but it makes no changes at all to my data structure. It's almost as if Splunk is ignoring them altogether.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286122#M86617</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2015-10-21T14:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286123#M86618</link>
      <description>&lt;P&gt;Are you restarting Splunk after each change to the props.conf file?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286123#M86618</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-21T14:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286124#M86619</link>
      <description>&lt;P&gt;I'm not using the props.conf file as I do not have access to it. I am using the Add Data 'wizard' in the web interface.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:56:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286124#M86619</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2015-10-21T14:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286125#M86620</link>
      <description>&lt;P&gt;Do you have any control over the format of the data?  If so, it would have if you added a header line and put one event (3 fields) per line.&lt;BR /&gt;
If you can't change how the data is generated, we'll have to consider using transforms, but that can't be done via the GUI.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286125#M86620</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-21T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286126#M86621</link>
      <description>&lt;P&gt;Give this a try (in the Web UI, add this in the Advanced tab)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;NO_BINARY_CHECK=true
TIME_PREFIX=^
TIME_FORMAT=%s
MAX_TIMESTAMP_LOOKAHEAD=10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286126#M86621</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-21T21:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286127#M86622</link>
      <description>&lt;P&gt;Hi somesoni2,&lt;BR /&gt;
Thanks for giving it a go but this is not working either. It's not making any changes at all to the data. Am starting to think that my Splunk instance is not even attempting to apply the settings.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286127#M86622</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2015-10-23T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286128#M86623</link>
      <description>&lt;P&gt;No, I don't have any control over the data and as I don't have access to trans.conf I can't play about with transforms. Is there any reason why my original method is not working?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 10:55:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286128#M86623</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2015-10-23T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286129#M86624</link>
      <description>&lt;P&gt;What version of Splunk are you using?  I've replicated your lack of results using 6.3 and suspect there may be a bug in that version.  If you're using a different version then the problem must lie elsewhere.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286129#M86624</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-23T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to event break using Regex. Not working.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286130#M86625</link>
      <description>&lt;P&gt;I have tried using 6.3 and 6.2.5. I also suspect there must be a bug from the complete lack of change in the data.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-event-break-using-Regex-Not-working/m-p/286130#M86625</guid>
      <dc:creator>hhGA</dc:creator>
      <dc:date>2015-10-23T12:26:24Z</dc:date>
    </item>
  </channel>
</rss>

