<?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 CEF Field Parsing in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/CEF-Field-Parsing/m-p/462511#M140549</link>
    <description>&lt;P&gt;I am not seeing extracted field against below query.&lt;/P&gt;
&lt;P&gt;index=fireeye | eval {flexString2Label} = flexString2&lt;/P&gt;
&lt;P&gt;below are crossponding values in CEF format&lt;BR /&gt;flexString2Label = subjcect&lt;/P&gt;
&lt;P&gt;flexString2 = "a test message"&lt;/P&gt;
&lt;P&gt;Please advise that what I a missing&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 22:04:09 GMT</pubDate>
    <dc:creator>riqbal47010</dc:creator>
    <dc:date>2020-06-08T22:04:09Z</dc:date>
    <item>
      <title>CEF Field Parsing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CEF-Field-Parsing/m-p/462511#M140549</link>
      <description>&lt;P&gt;I am not seeing extracted field against below query.&lt;/P&gt;
&lt;P&gt;index=fireeye | eval {flexString2Label} = flexString2&lt;/P&gt;
&lt;P&gt;below are crossponding values in CEF format&lt;BR /&gt;flexString2Label = subjcect&lt;/P&gt;
&lt;P&gt;flexString2 = "a test message"&lt;/P&gt;
&lt;P&gt;Please advise that what I a missing&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 22:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CEF-Field-Parsing/m-p/462511#M140549</guid>
      <dc:creator>riqbal47010</dc:creator>
      <dc:date>2020-06-08T22:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: CEF Field Parsing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CEF-Field-Parsing/m-p/462512#M140550</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval flexString2Label = "subject",flexString2 = "a test message" 
| eval {flexString2Label} = flexString2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this is OK.&lt;BR /&gt;
maybe, &lt;CODE&gt;flexString2Label&lt;/CODE&gt; OR &lt;CODE&gt;flexString2&lt;/CODE&gt; field does not extracted.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CEF-Field-Parsing/m-p/462512#M140550</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-01T12:49:42Z</dc:date>
    </item>
  </channel>
</rss>

