<?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: Event log cannot be fully displayed in Field Extractor in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436131#M124322</link>
    <description>&lt;P&gt;Hi Skalli, thanks for you reply. I put  &lt;CODE&gt;CHARSET = UTF-16&lt;/CODE&gt; to the props.conf in my app and still don't see the rest of the content.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 02:26:28 GMT</pubDate>
    <dc:creator>LuiesCui</dc:creator>
    <dc:date>2019-03-11T02:26:28Z</dc:date>
    <item>
      <title>Event log cannot be fully displayed in Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436129#M124320</link>
      <description>&lt;P&gt;Hey fellow Splunker's. I'm trying to extract some fields from Windows event logs. When I search these logs the content looks great: &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6675i911B4687F51B2392/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But when I want to extract more fields, some of the content just disappear in Field Extractor:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6676i7C091BB28CBFCFAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
So I can't get those fields extracted. Any suggestions? Thanks in advanced!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 07:53:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436129#M124320</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2019-03-10T07:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Event log cannot be fully displayed in Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436130#M124321</link>
      <description>&lt;P&gt;Did you try setting &lt;CODE&gt;CHARSET = UTF-16&lt;/CODE&gt; in your props.conf?&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 16:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436130#M124321</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-03-10T16:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Event log cannot be fully displayed in Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436131#M124322</link>
      <description>&lt;P&gt;Hi Skalli, thanks for you reply. I put  &lt;CODE&gt;CHARSET = UTF-16&lt;/CODE&gt; to the props.conf in my app and still don't see the rest of the content.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:26:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436131#M124322</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2019-03-11T02:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Event log cannot be fully displayed in Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436132#M124323</link>
      <description>&lt;P&gt;I believe the splunk's extractor only loads certain number of chars/events.. Have you loaded your event to rex101 [ &lt;A href="https://regex101.com/"&gt;https://regex101.com/&lt;/A&gt;] and tried to extract your required fields?&lt;/P&gt;

&lt;P&gt;Another option, would be to setup the universal forwarder to collect the data in XML renderXml=true [ if that's acceptable in your case, as it will show everything in english]&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436132#M124323</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-03-11T10:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Event log cannot be fully displayed in Field Extractor</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436133#M124324</link>
      <description>&lt;P&gt;The built in field extractor could work but why don't you build your regex from scratch?&lt;BR /&gt;
&lt;A href="http://www.regex101.com"&gt;www.regex101.com&lt;/A&gt; will help and explain you a lot!&lt;/P&gt;

&lt;P&gt;If you provide an example event and describe what you want to have extracted I'm sure that i can help you with that.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 11:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-log-cannot-be-fully-displayed-in-Field-Extractor/m-p/436133#M124324</guid>
      <dc:creator>damann</dc:creator>
      <dc:date>2019-03-12T11:27:38Z</dc:date>
    </item>
  </channel>
</rss>

