<?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: I can't capture an unrecognized field with a space in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63579#M15711</link>
    <description>&lt;P&gt;I am assuming you already have a field extraction or transform for this sourcetype and all the fields you are referencing?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2013 18:18:18 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2013-03-15T18:18:18Z</dc:date>
    <item>
      <title>I can't capture an unrecognized field with a space</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63578#M15710</link>
      <description>&lt;P&gt;I'm running the following command:&lt;BR /&gt;
host=Computername AND EventCode=1309 | rename "Exception message" as Exception_message | dedup Application_Path | table Application_Path Exception_message&lt;/P&gt;

&lt;P&gt;But it still won't recognize Exception message.  If I expand the results, here is a snippet of the returned data:&lt;/P&gt;

&lt;P&gt;Exception information:     Exception type: HttpException     Exception message: Server cannot set status after HTTP headers have been sent. &lt;/P&gt;

&lt;P&gt;I'd like to create a table showing the Application Path and the Exception message, but I can't get it to recognize my field.  Help!  Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63578#M15710</guid>
      <dc:creator>dbaker42</dc:creator>
      <dc:date>2020-09-28T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: I can't capture an unrecognized field with a space</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63579#M15711</link>
      <description>&lt;P&gt;I am assuming you already have a field extraction or transform for this sourcetype and all the fields you are referencing?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 18:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63579#M15711</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2013-03-15T18:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: I can't capture an unrecognized field with a space</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63580#M15712</link>
      <description>&lt;P&gt;Looks like this is a windows log file. Try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;host=Computername EventCode=1309 | rex field=_raw "Exception message:(?&amp;lt;exception_message&amp;gt;[^\r\n]*)"| dedup Application_Path| table Application_Path exception_message&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 18:22:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63580#M15712</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-15T18:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: I can't capture an unrecognized field with a space</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63581#M15713</link>
      <description>&lt;P&gt;Brilliant! That worked perfectly.  Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63581#M15713</guid>
      <dc:creator>dbaker42</dc:creator>
      <dc:date>2013-03-15T19:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: I can't capture an unrecognized field with a space</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63582#M15714</link>
      <description>&lt;P&gt;Glad it worked for  you, please accept the answer if it worked for you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:08:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-can-t-capture-an-unrecognized-field-with-a-space/m-p/63582#M15714</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-15T19:08:33Z</dc:date>
    </item>
  </channel>
</rss>

