<?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: Linebreak in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546134#M5436</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = (\*{22}\n\w+\s\w+\s\w+\sstart\n)&lt;/LI-CODE&gt;&lt;P&gt;Note that this will not add the below lines to your events:&lt;BR /&gt;&lt;STRONG&gt;*********************&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Windows PowerShell transcript start&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 06:32:37 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-03-31T06:32:37Z</dc:date>
    <item>
      <title>Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546114#M5433</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Guys,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is my initial event and i want to break each from the staring of this event. As i tried various attributes in props.conf but no luck to break the event from this line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used as of now:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LINE_BREAKER =&amp;nbsp;^\*{22}\n\w+\s\w+\s\w+\sstart\n\Start\stime\:\s\d{14}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TIME_PREFIX =&amp;nbsp;^\*{22}\n\w+\s\w+\s\w+\sstart\n\Start\stime\:\s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TIME_FORMAT= %Y%m%d%H%M%S&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;********************** &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Windows PowerShell transcript start&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Start time: &lt;/SPAN&gt;&lt;SPAN class="h"&gt;20210223060505&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="h"&gt;Please suggest me what i did wrong in above props.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 04:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546114#M5433</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2021-03-31T04:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546129#M5434</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70277"&gt;@uagraw01&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The regex configured for&lt;SPAN&gt;LINE_BREAKER&amp;nbsp;&lt;/SPAN&gt;must contain a capturing group. Also, set&amp;nbsp;SHOULD_LINEMERGE to false. Restart forwarder once you add these configurations in props.conf.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = (\*{22}\n)
TIME_PREFIX = \Start\stime\:\s
TIME_FORMAT= %Y%m%d%H%M%S
SHOULD_LINEMERGE = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, a like would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 05:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546129#M5434</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-31T05:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546131#M5435</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;It is still not breaking from the second event start from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*********************&lt;BR /&gt;Windows PowerShell transcript start&lt;BR /&gt;Start time:&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 06:14:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546131#M5435</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2021-03-31T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546134#M5436</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LINE_BREAKER = (\*{22}\n\w+\s\w+\s\w+\sstart\n)&lt;/LI-CODE&gt;&lt;P&gt;Note that this will not add the below lines to your events:&lt;BR /&gt;&lt;STRONG&gt;*********************&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Windows PowerShell transcript start&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 06:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546134#M5436</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-31T06:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546173#M5437</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;No luck for this as well&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546173#M5437</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2021-03-31T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546174#M5438</link>
      <description>&lt;P&gt;Can you post some raw data?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546174#M5438</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-31T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546177#M5439</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;Below are my raw data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows PowerShell transcript end&lt;BR /&gt;End time: 20210223060514&lt;BR /&gt;**********************&lt;/P&gt;&lt;P&gt;**********************&lt;BR /&gt;Windows PowerShell transcript start&lt;BR /&gt;Start time: 20210209051406&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546177#M5439</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2021-03-31T08:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546180#M5440</link>
      <description>&lt;P&gt;There is an app developed to consume Windows PowerShell transcript logs:&lt;BR /&gt;Check this:&lt;BR /&gt;&lt;A href="https://github.com/HurricaneLabs/TA-powershell_transcript" target="_blank"&gt;https://github.com/HurricaneLabs/TA-powershell_transcript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is also there in Splunk base:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/4984/#/details" target="_blank"&gt;https://splunkbase.splunk.com/app/4984/#/details&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, a like would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 09:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546180#M5440</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-03-31T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linebreak</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546686#M5496</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129090"&gt;@manjunathmeti&lt;/a&gt;&amp;nbsp;They suggested, use the add-on which they created and i am able to use Add-on directly in my environment. Is there any other approach to break the lines .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=^[*]+\n[A-Za-z]+\s[A-Za-z]+\s[A-Za-z]+\s[A-Za-z]+\nStart\stime\:\s\d{14}&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;TIME_FORMAT=%Y%m%d%H%M%S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still it is not breaking&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 09:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Linebreak/m-p/546686#M5496</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2021-04-05T09:49:51Z</dc:date>
    </item>
  </channel>
</rss>

