<?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: Trouble with Field Extraction with multiple values on multiple lines in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Trouble-with-Field-Extraction-with-multiple-values-on-multiple/m-p/187574#M54028</link>
    <description>&lt;P&gt;If your &lt;CODE&gt;event-breaking&lt;/CODE&gt; is working properly (that is a BIG if), then all that should be necessary is to add this to your &lt;CODE&gt;props.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[MySourceType]
KV_MODE = multi
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 01 Jul 2015 15:24:33 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-07-01T15:24:33Z</dc:date>
    <item>
      <title>Trouble with Field Extraction with multiple values on multiple lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trouble-with-Field-Extraction-with-multiple-values-on-multiple/m-p/187573#M54027</link>
      <description>&lt;P&gt;For the below data I want to create fields highlighted in data. The problem while extracting is that the data is in multiple lines so it is not considering as one event.&lt;BR /&gt;&lt;BR /&gt;
For Example: all this data under INFO should be as one event. &lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;: SOKY 01.05.2015 00:07:40.519&lt;BR /&gt;
IDENT: GRS.S_FILEMANAGER_LASTFILES&lt;BR /&gt;
PROCESS: FILEMAN&lt;BR /&gt;
SOFTKEY: SYS:/resource/sk1024x768dirlastfils.bmx&lt;/P&gt;

&lt;P&gt;Similarly for other tags also. &lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Sample data&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01C4 -&amp;gt;Edit                     01.05.2015 00:07:38.293&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    MAIN ERRCLEARED                   01.05.2015 00:07:38.293&lt;BR /&gt;
         N25846 External EMERGENCY STOP&lt;BR /&gt;
&lt;STRONG&gt;ERR&lt;/STRONG&gt;:     N25846 External EMERGENCY STOP    01.05.2015 00:07:38.384&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    GEO                               01.05.2015 00:07:38.384&lt;BR /&gt;
         ERROR SOURCE: GEORUN&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01CB -&amp;gt;PGM MGT                  01.05.2015 00:07:38.524&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x0188 -&amp;gt;Softkey 8                01.05.2015 00:07:40.519&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SOKY                              01.05.2015 00:07:40.519&lt;BR /&gt;
         IDENT:   GRS.S_FILEMANAGER_LASTFILES&lt;BR /&gt;
         PROCESS: FILEMAN&lt;BR /&gt;
         SOFTKEY: SYS:/resource/sk\1024x768\dir\lastfils.bmx&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SYS WINEVENT                      01.05.2015 00:07:40.748&lt;BR /&gt;
         FILEMAN.STARTUP.READY&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x0189 -&amp;gt;Softkey 9                01.05.2015 00:07:44.719&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SOKY                              01.05.2015 00:07:44.719&lt;BR /&gt;
         IDENT:   GRS.S_BREAK&lt;BR /&gt;
         PROCESS: FILEMAN&lt;BR /&gt;
         SOFTKEY: SYS:/resource/sk\1024x768\allg\command.bmx&lt;BR /&gt;
         OVERLAY: 2&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SOKY                              01.05.2015 00:07:48.520&lt;BR /&gt;
         PROCESS: FILEMAN&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01A8 -&amp;gt;Enter                    01.05.2015 00:07:48.520&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01CB -&amp;gt;PGM MGT                  01.05.2015 00:07:51.124&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SYS WINEVENT                      01.05.2015 00:07:53.305&lt;BR /&gt;
         FILEMAN.STARTUP.READY&lt;BR /&gt;
&lt;STRONG&gt;INFO&lt;/STRONG&gt;:    SOKY                              01.05.2015 00:07:54.820&lt;BR /&gt;
         PROCESS: FILEMAN&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01A1 -&amp;gt;Cursor Down              01.05.2015 00:07:54.820&lt;BR /&gt;
&lt;STRONG&gt;Key&lt;/STRONG&gt;:     0x01A1 -&amp;gt;Cursor Down              01.05.2015 00:07:55.009&lt;/P&gt;

&lt;P&gt;Kindly help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:26:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trouble-with-Field-Extraction-with-multiple-values-on-multiple/m-p/187573#M54027</guid>
      <dc:creator>20065945</dc:creator>
      <dc:date>2020-09-28T20:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Field Extraction with multiple values on multiple lines</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trouble-with-Field-Extraction-with-multiple-values-on-multiple/m-p/187574#M54028</link>
      <description>&lt;P&gt;If your &lt;CODE&gt;event-breaking&lt;/CODE&gt; is working properly (that is a BIG if), then all that should be necessary is to add this to your &lt;CODE&gt;props.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[MySourceType]
KV_MODE = multi
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trouble-with-Field-Extraction-with-multiple-values-on-multiple/m-p/187574#M54028</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-01T15:24:33Z</dc:date>
    </item>
  </channel>
</rss>

