<?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: Why are delimited field extractions not working? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266515#M80117</link>
    <description>&lt;P&gt;The delimited fields worked as expected after we changes our input format to be just a straight string, instead of a nested JSON object.&lt;/P&gt;

&lt;P&gt;So instead of this:&lt;/P&gt;

&lt;P&gt;{"data":"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\SYSTEM|No sync required between CA and XA||Logger"}&lt;/P&gt;

&lt;P&gt;We have this:&lt;BR /&gt;
"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\SYSTEM|No sync required between CA and XA||Logger"&lt;/P&gt;

&lt;P&gt;I'm not sure, but there seems to have been something about the nested JSON which prevented the parsing from working as expected?&lt;/P&gt;

&lt;P&gt;The original question of why this didn't work isn't quite answered, but we're good for our use cases to proceed, so I'll mark it closed.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 17:24:04 GMT</pubDate>
    <dc:creator>richardAtOmni</dc:creator>
    <dc:date>2017-02-02T17:24:04Z</dc:date>
    <item>
      <title>Why are delimited field extractions not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266512#M80114</link>
      <description>&lt;P&gt;Hello, we are inputting data via the HTTP Event collector. The "event" member has this format, which we are trying to split into fields with the pipe delimiter:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"data":"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\\SYSTEM|No sync required between CA and XA||Logger"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As I work through the field extraction definition tool, the delimiter properly splits out the fields. I work through and I rename each field the way I want. Then, I save the field extraction. I get a message saying that this was successful. Then I click on the link "explore the fields that I just extracted" (I'm paraphrasing from memory), then it takes me to a search with a filter on the sourcetype that I just defined the field extraction for. &lt;/P&gt;

&lt;P&gt;The problem is the search results do not show the new fields that I just defined. It only shows the first one. And as it's value it has the entire row as the value, as though none of the delimiters were recognized at all.&lt;/P&gt;

&lt;P&gt;For example, on the row above, if my first field was named "start", then it would have a value of:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"data":"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\\SYSTEM|No sync required between CA and XA||Logger"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What am I missing?&lt;/P&gt;

&lt;P&gt;Thanks for any insight you can provide.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 22:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266512#M80114</guid>
      <dc:creator>richardAtOmni</dc:creator>
      <dc:date>2017-01-31T22:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why are delimited field extractions not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266513#M80115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Use props and transforms in search time it will extract | seperated.&lt;BR /&gt;
props.conf&lt;/P&gt;

&lt;P&gt;[sourcetype]&lt;BR /&gt;
  REPORT-fields = pipefields&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;P&gt;[pipefields]&lt;BR /&gt;
  DELIMS = "|"&lt;BR /&gt;
  FIELDS = field1, field2, field3, field4, field5, field6, field7, field8, field9&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 23:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266513#M80115</guid>
      <dc:creator>mpreddy</dc:creator>
      <dc:date>2017-01-31T23:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why are delimited field extractions not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266514#M80116</link>
      <description>&lt;P&gt;I checked these files, and the field extractor tool I used to define the delimited fields pretty much generated the same config that you suggest. However, it still doesn't work for some reason.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266514#M80116</guid>
      <dc:creator>richardAtOmni</dc:creator>
      <dc:date>2017-02-02T17:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why are delimited field extractions not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266515#M80117</link>
      <description>&lt;P&gt;The delimited fields worked as expected after we changes our input format to be just a straight string, instead of a nested JSON object.&lt;/P&gt;

&lt;P&gt;So instead of this:&lt;/P&gt;

&lt;P&gt;{"data":"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\SYSTEM|No sync required between CA and XA||Logger"}&lt;/P&gt;

&lt;P&gt;We have this:&lt;BR /&gt;
"Omni.Riva.CrmAgentEx.exe (ci15)|NFRwlv #6218|3940170112032121|RC-SRV3||40000|14A21XFJS85PQ|NT AUTHORITY\SYSTEM|No sync required between CA and XA||Logger"&lt;/P&gt;

&lt;P&gt;I'm not sure, but there seems to have been something about the nested JSON which prevented the parsing from working as expected?&lt;/P&gt;

&lt;P&gt;The original question of why this didn't work isn't quite answered, but we're good for our use cases to proceed, so I'll mark it closed.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 17:24:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266515#M80117</guid>
      <dc:creator>richardAtOmni</dc:creator>
      <dc:date>2017-02-02T17:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why are delimited field extractions not working?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266516#M80118</link>
      <description>&lt;P&gt;Your suggestion helped me. Thank you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 05:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-delimited-field-extractions-not-working/m-p/266516#M80118</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-01-21T05:12:45Z</dc:date>
    </item>
  </channel>
</rss>

