<?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: Incomplete field value in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442386#M77091</link>
    <description>&lt;P&gt;YOu probably need to setup custom field extractions for this, specially for the fields which have multiple words, similar to this&lt;/P&gt;

&lt;P&gt;&lt;A href="https://regex101.com/r/ItDDD6/1"&gt;https://regex101.com/r/ItDDD6/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, if you've control over how the logging is done, then you could update your logger to log the field value within double quotes so that Splunk can automatically do the full field extraction.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 14:06:37 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-07-18T14:06:37Z</dc:date>
    <item>
      <title>Incomplete field value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442385#M77090</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am passing a log file  . The field values for message field is incomplete. Also the Message field has many pattern.&lt;BR /&gt;
Can any one suggest me. How can i handle this in prof.conf&lt;/P&gt;

&lt;P&gt;Log file&lt;BR /&gt;
Name=ABC&lt;BR /&gt;
PLACE=XXX&lt;BR /&gt;
MESSAGE=PQRS is a valid :CCCC is true&lt;BR /&gt;
CATEGORY=ZEB&lt;BR /&gt;
Output&lt;/P&gt;

&lt;P&gt;NAME=ABC&lt;BR /&gt;
PLACE=XXX&lt;BR /&gt;
MESSAGE=PQRS&lt;BR /&gt;
CATEGORY=ZEB&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 09:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442385#M77090</guid>
      <dc:creator>swetar</dc:creator>
      <dc:date>2018-07-18T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete field value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442386#M77091</link>
      <description>&lt;P&gt;YOu probably need to setup custom field extractions for this, specially for the fields which have multiple words, similar to this&lt;/P&gt;

&lt;P&gt;&lt;A href="https://regex101.com/r/ItDDD6/1"&gt;https://regex101.com/r/ItDDD6/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, if you've control over how the logging is done, then you could update your logger to log the field value within double quotes so that Splunk can automatically do the full field extraction.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:06:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442386#M77091</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-07-18T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incomplete field value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442387#M77092</link>
      <description>&lt;P&gt;Use a transform like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?&amp;lt;_KEY_1&amp;gt;[^=\s]+)=(?&amp;lt;_VAL_1&amp;gt;[^=]+)(?=$|\s+[^=\s]+=)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See here:&lt;BR /&gt;
&lt;A href="https://regex101.com/r/4vV2LN/1"&gt;https://regex101.com/r/4vV2LN/1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incomplete-field-value/m-p/442387#M77092</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-18T14:25:12Z</dc:date>
    </item>
  </channel>
</rss>

