<?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: How can we show all fields, including rare ones? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412719#M118952</link>
    <description>&lt;P&gt;The first command is utter nonsense but the 2nd command should already do exactly what you are asking.  To make the first command "work" you should do this (but I wouldn't):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;&amp;gt; | rename _* AS INVISIBLE_* | table *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 Jul 2019 18:12:06 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-07-24T18:12:06Z</dc:date>
    <item>
      <title>How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412718#M118951</link>
      <description>&lt;P&gt;I'm running -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;indexname&amp;gt; | fields
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;indexname&amp;gt; | fieldsummary
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;They don't show the fields which are very rare in the content. Is there a way to see &lt;EM&gt;all&lt;/EM&gt; fields even if they exist in a very small percentage of the events? &lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412718#M118951</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-24T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412719#M118952</link>
      <description>&lt;P&gt;The first command is utter nonsense but the 2nd command should already do exactly what you are asking.  To make the first command "work" you should do this (but I wouldn't):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;&amp;gt; | rename _* AS INVISIBLE_* | table *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412719#M118952</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-24T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412720#M118953</link>
      <description>&lt;P&gt;I see, &lt;CODE&gt;index=&amp;lt;indexname&amp;gt; | fieldsummary&lt;/CODE&gt; doesn't show the rare &lt;CODE&gt;XXXPassword&lt;/CODE&gt; field, while &lt;CODE&gt;index=&amp;lt;indexname&amp;gt; XXXPassword | fieldsummary&lt;/CODE&gt; does show this field.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:25:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412720#M118953</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-24T18:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412721#M118954</link>
      <description>&lt;P&gt;Not much luck with &lt;CODE&gt;index=&amp;lt;indexname&amp;gt;   | stats dc() as *&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 18:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412721#M118954</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-25T18:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412722#M118955</link>
      <description>&lt;P&gt;You need to run your search in &lt;CODE&gt;Verbose&lt;/CODE&gt; mode.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 23:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412722#M118955</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-25T23:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can we show all fields, including rare ones?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412723#M118956</link>
      <description>&lt;P&gt;No luck @woodcock - running in Verbose mode for the past 24 hours &lt;CODE&gt;index=&amp;lt;indexname&amp;gt;| fieldsummary&lt;/CODE&gt; didn't show the field whereas &lt;CODE&gt;index=&amp;lt;indexname&amp;gt; XXXPassword | fieldsummary&lt;/CODE&gt; shows it. &lt;/P&gt;

&lt;P&gt;And as we said, &lt;CODE&gt;XXXPassword&lt;/CODE&gt; is a rare field... &lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 13:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-we-show-all-fields-including-rare-ones/m-p/412723#M118956</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2019-07-26T13:43:44Z</dc:date>
    </item>
  </channel>
</rss>

