<?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: Line break or merge? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325184#M176941</link>
    <description>&lt;P&gt;This has been resolved.  I was using the incorrect sourcetype.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 14:26:48 GMT</pubDate>
    <dc:creator>rmsit</dc:creator>
    <dc:date>2018-01-25T14:26:48Z</dc:date>
    <item>
      <title>Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325180#M176937</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;How would I go about merging multiple values on multiple lines so all values are captured?  Currenlty, I am only seeing values from the first line.  Data below.&lt;/P&gt;

&lt;P&gt;2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="135" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="svchost" PID="860"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="443" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="System" PID="4"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="445" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="System" PID="4"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="3389" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="svchost" PID="2480"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="4445" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="enstart64" PID="1760"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="5985" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="System" PID="4"&lt;BR /&gt;
2018-01-23 13:48:42  Protocol="TCP" LocalAddress="0.0.0.0" LocalPort="8089" RemoteAddress="0.0.0.0" RemotePort="0" State="LISTENING" ProcessName="splunkd" PID="10180"&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:53:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325180#M176937</guid>
      <dc:creator>rmsit</dc:creator>
      <dc:date>2018-01-23T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325181#M176938</link>
      <description>&lt;P&gt;Do all these lines part of one Splunk event? OR they appear (each line with timestamp) as separate event?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325181#M176938</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-01-23T20:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325182#M176939</link>
      <description>&lt;P&gt;Believe so.  Each line begins with a timestamp and there are several values for the fields shown that appear on each line.  This is a dump of the netstat -ano command on a Windows server.  &lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:14:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325182#M176939</guid>
      <dc:creator>rmsit</dc:creator>
      <dc:date>2018-01-23T20:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325183#M176940</link>
      <description>&lt;P&gt;You can use props.conf to prevent line breaking but you will need a unique identifier at the end or beginning of your event. Then you can use RegEx to locate that identifier to group everything. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.1/Data/Configureeventlinebreaking"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.1/Data/Configureeventlinebreaking&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 01:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325183#M176940</guid>
      <dc:creator>JordanPeterson</dc:creator>
      <dc:date>2018-01-25T01:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325184#M176941</link>
      <description>&lt;P&gt;This has been resolved.  I was using the incorrect sourcetype.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325184#M176941</guid>
      <dc:creator>rmsit</dc:creator>
      <dc:date>2018-01-25T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Line break or merge?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325185#M176942</link>
      <description>&lt;P&gt;Also answered here: &lt;A href="https://answers.splunk.com/answers/552523/windows-netstat.html"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-break-or-merge/m-p/325185#M176942</guid>
      <dc:creator>rmsit</dc:creator>
      <dc:date>2018-01-25T14:32:37Z</dc:date>
    </item>
  </channel>
</rss>

