<?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 Other interesting fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73174#M181049</link>
    <description>&lt;P&gt;How does Splunk determine which fields to add to "other interesting fields"?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2011 22:38:43 GMT</pubDate>
    <dc:creator>rroberts</dc:creator>
    <dc:date>2011-04-01T22:38:43Z</dc:date>
    <item>
      <title>Other interesting fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73174#M181049</link>
      <description>&lt;P&gt;How does Splunk determine which fields to add to "other interesting fields"?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 22:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73174#M181049</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2011-04-01T22:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Other interesting fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73175#M181050</link>
      <description>&lt;P&gt;The module is called SuggestedFieldViewer,  and you can get a pretty quick high level understanding of how it works just by looking at where that module appears in the default search view (flashtimeline.xml)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="SuggestedFieldViewer"&amp;gt;
  &amp;lt;param name="minDistinctCount"&amp;gt;1&amp;lt;/param&amp;gt;
  &amp;lt;param name="minFrequency"&amp;gt;0.5&amp;lt;/param&amp;gt;
  &amp;lt;param name="maxFields"&amp;gt;50&amp;lt;/param&amp;gt;
  &amp;lt;param name="exclude"&amp;gt;
    &amp;lt;list&amp;gt;^date_.*&amp;lt;/list&amp;gt;
  &amp;lt;/param&amp;gt;
  &amp;lt;param name="link"&amp;gt;
    &amp;lt;param name="view"&amp;gt;report_builder_format_report&amp;lt;/param&amp;gt;
  &amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and you can read the autogenerated docs for the module by going here: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;A href="http://&amp;lt;your" target="test_blank"&gt;http://&amp;lt;your&lt;/A&gt; splunk host and port&amp;gt;/en-US/modules#Splunk.Module.SuggestedFieldViewer&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 00:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73175#M181050</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-04-02T00:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Other interesting fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73176#M181051</link>
      <description>&lt;P&gt;So the minFrequency is based on what? The module doc displays only..&lt;BR /&gt;
minFrequency&lt;BR /&gt;
(no description available)&lt;/P&gt;

&lt;P&gt;Default value: 0.2&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 01:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73176#M181051</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2011-04-02T01:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Other interesting fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73177#M181052</link>
      <description>&lt;P&gt;oh.  hehe. I'm sorry i should have skimmed the docs first before sending.  minFrequency means the frequency with which the field appears across the events.  So at 0.2,  it'll screen out any fields that are only in &amp;lt;20% of the events.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 02:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Other-interesting-fields/m-p/73177#M181052</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-04-02T02:45:43Z</dc:date>
    </item>
  </channel>
</rss>

