<?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: No fields to display for this search in GUI in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30841#M6321</link>
    <description>&lt;P&gt;fixed in latest version 5.0.5 (or 5.0.4.1 :-))&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2013 03:26:56 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2013-10-08T03:26:56Z</dc:date>
    <item>
      <title>No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30834#M6314</link>
      <description>&lt;P&gt;Customer reportsthat thet are running a search via the GUI.  After displaying the results, they are seeing problems with the field list.&lt;/P&gt;

&lt;P&gt;Search reports 114 interesting fields which display OK&lt;BR /&gt;
When they select "View all 295 fields" the error "No fields to display for this search." is displayed&lt;BR /&gt;
They have tried changing mode option via the "bunny" button, but problem still exists.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30834#M6314</guid>
      <dc:creator>dshakespeare_sp</dc:creator>
      <dc:date>2012-11-12T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30835#M6315</link>
      <description>&lt;P&gt;Looking at web_service.log, an error in the format is seen&lt;/P&gt;

&lt;P&gt;FieldPicker:60 - Could not load summary PCDATA invalid Char value &lt;X&gt;, line &lt;X&gt;, column &lt;X&gt;.&lt;/X&gt;&lt;/X&gt;&lt;/X&gt;&lt;/P&gt;

&lt;P&gt;Splunk are investigating a possible issue in Splunk 5.0 with parsing some unicode characters (or corrupt binary characters which may need escaping) (SPL-58178)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30835#M6315</guid>
      <dc:creator>dshakespeare_sp</dc:creator>
      <dc:date>2012-11-12T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30836#M6316</link>
      <description>&lt;P&gt;same issue here. 5.0.1, opened case. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2012 20:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30836#M6316</guid>
      <dc:creator>mayler</dc:creator>
      <dc:date>2012-12-06T20:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30837#M6317</link>
      <description>&lt;P&gt;[&lt;STRONG&gt;version 5.0.1&lt;/STRONG&gt;]&lt;/P&gt;

&lt;P&gt;For us the issue was with embedded commas in a CSV LOOKUP Table&lt;/P&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;Lookup,ReturnedValue&lt;/P&gt;

&lt;P&gt;123,Hello World&lt;/P&gt;

&lt;P&gt;456,"Hello Boston, London, and Toronto"&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;Remove the embedded commas and your good&lt;/P&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;Lookup,ReturnedValue&lt;/P&gt;

&lt;P&gt;123,Hello World&lt;/P&gt;

&lt;P&gt;456,Hello Boston and London and Toronto&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;.. issue is resolved&lt;/P&gt;

&lt;P&gt;Looks there is an issue with embedded commas (or the method for having them in lookup tables in Splunk is not the same as the CSV standard?)&lt;/P&gt;

&lt;P&gt;hth&lt;/P&gt;

&lt;P&gt;-tom&lt;/P&gt;</description>
      <pubDate>Sat, 02 Feb 2013 15:53:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30837#M6317</guid>
      <dc:creator>t9445</dc:creator>
      <dc:date>2013-02-02T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30838#M6318</link>
      <description>&lt;P&gt;This is also problem in our newly updated 5.0.3 instance.  Any update from support?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 20:05:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30838#M6318</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-08-01T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30839#M6319</link>
      <description>&lt;P&gt;Was any fix provided for this?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2013 20:05:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30839#M6319</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-08-01T20:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30840#M6320</link>
      <description>&lt;P&gt;Here's to hoping this is fixed in 6?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 17:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30840#M6320</guid>
      <dc:creator>jjensenyahoo</dc:creator>
      <dc:date>2013-10-07T17:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: No fields to display for this search in GUI</title>
      <link>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30841#M6321</link>
      <description>&lt;P&gt;fixed in latest version 5.0.5 (or 5.0.4.1 :-))&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 03:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/No-fields-to-display-for-this-search-in-GUI/m-p/30841#M6321</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-10-08T03:26:56Z</dc:date>
    </item>
  </channel>
</rss>

