<?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 Split up multiline values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679655#M232344</link>
    <description>&lt;P&gt;I am trying to run the following search:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;index=tripwire LogCategory="Audit Event" AND "/etc/pki/rpm-gpg/RPM-GPG-KEY-shibboleth-7" AND "myserver.mydomain.com"&lt;BR /&gt;| rex max_match=0 field=_raw "(?&amp;lt;lineData&amp;gt;[^\n]+)"&lt;BR /&gt;| rex field=Msg "'(?&amp;lt;FilePath&amp;gt;.*)' accessed by"&lt;BR /&gt;| rex field=_raw "accessed\sby\s'(?&amp;lt;Audit_UserName&amp;gt;.*)'.\sType"&lt;/P&gt;&lt;P&gt;| table _time, FilePath, Audit_UserName&lt;BR /&gt;&lt;BR /&gt;However, the way I am splitting the multiline data doesn't appear to be working with this data.&lt;BR /&gt;&lt;BR /&gt;Here is a sample of the data as viewed in Notepad++ with symbols;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="secphilomath1_0-1709673410204.png" style="width: 716px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29603iE129D603EF906AA2/image-dimensions/716x219?v=v2" width="716" height="219" role="button" title="secphilomath1_0-1709673410204.png" alt="secphilomath1_0-1709673410204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Every line ends in CR LF&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in Splunk it isn't splitting up the events.&amp;nbsp; What am I missing here?&amp;nbsp; I have had this work with similar data but unsure what is different in this situation.&lt;BR /&gt;&lt;BR /&gt;TIA!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 21:19:57 GMT</pubDate>
    <dc:creator>secphilomath1</dc:creator>
    <dc:date>2024-03-05T21:19:57Z</dc:date>
    <item>
      <title>Split up multiline values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679655#M232344</link>
      <description>&lt;P&gt;I am trying to run the following search:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;index=tripwire LogCategory="Audit Event" AND "/etc/pki/rpm-gpg/RPM-GPG-KEY-shibboleth-7" AND "myserver.mydomain.com"&lt;BR /&gt;| rex max_match=0 field=_raw "(?&amp;lt;lineData&amp;gt;[^\n]+)"&lt;BR /&gt;| rex field=Msg "'(?&amp;lt;FilePath&amp;gt;.*)' accessed by"&lt;BR /&gt;| rex field=_raw "accessed\sby\s'(?&amp;lt;Audit_UserName&amp;gt;.*)'.\sType"&lt;/P&gt;&lt;P&gt;| table _time, FilePath, Audit_UserName&lt;BR /&gt;&lt;BR /&gt;However, the way I am splitting the multiline data doesn't appear to be working with this data.&lt;BR /&gt;&lt;BR /&gt;Here is a sample of the data as viewed in Notepad++ with symbols;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="secphilomath1_0-1709673410204.png" style="width: 716px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29603iE129D603EF906AA2/image-dimensions/716x219?v=v2" width="716" height="219" role="button" title="secphilomath1_0-1709673410204.png" alt="secphilomath1_0-1709673410204.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Every line ends in CR LF&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in Splunk it isn't splitting up the events.&amp;nbsp; What am I missing here?&amp;nbsp; I have had this work with similar data but unsure what is different in this situation.&lt;BR /&gt;&lt;BR /&gt;TIA!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:19:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679655#M232344</guid>
      <dc:creator>secphilomath1</dc:creator>
      <dc:date>2024-03-05T21:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Split up multiline values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679659#M232345</link>
      <description>&lt;P&gt;Hi so how is are the events being split by Splunk? And do you have any props to tell splunk how to split the events?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679659#M232345</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2024-03-05T21:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Split up multiline values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679661#M232346</link>
      <description>&lt;P&gt;Not yet no&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679661#M232346</guid>
      <dc:creator>secphilomath1</dc:creator>
      <dc:date>2024-03-05T21:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Split up multiline values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679663#M232348</link>
      <description>&lt;P&gt;I can't quiet tell what is the input data and how Splunk is splitting.&lt;/P&gt;&lt;P&gt;Do you want separate events for each time you have Feb 13 etc? If so provide a props for your indexers to say that the event starts with the date at the beginning of the line etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Split-up-multiline-values/m-p/679663#M232348</guid>
      <dc:creator>burwell</dc:creator>
      <dc:date>2024-03-05T21:55:44Z</dc:date>
    </item>
  </channel>
</rss>

