<?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: Customizing statics and visualization for the user given filter in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120044#M32236</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your base search&amp;gt; [search &amp;lt;your base search&amp;gt; | top limit=200 fieldX | table fieldX] |...remaning search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The subsearch will eliminate other values of fieldX which are not part of top 200.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2014 21:39:44 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-04-03T21:39:44Z</dc:date>
    <item>
      <title>Customizing statics and visualization for the user given filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120042#M32234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have 4 event filed in a single line, now I need to filter the top 200 event for a particular event filed , which I can do by using " | top=200 ", mu main problem is in the statics and visualization it showing only the event and their count,  I would like to have all the remaining 3 event filed which comes with it the data. &lt;/P&gt;

&lt;P&gt;In the Table I would like to use the filter is it possible ??? like ordering..??&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 21:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120042#M32234</guid>
      <dc:creator>karthickmoorthy</dc:creator>
      <dc:date>2014-04-03T21:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing statics and visualization for the user given filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120043#M32235</link>
      <description>&lt;P&gt;can your provide your current search (before applying top command)?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 21:31:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120043#M32235</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-03T21:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing statics and visualization for the user given filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120044#M32236</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your base search&amp;gt; [search &amp;lt;your base search&amp;gt; | top limit=200 fieldX | table fieldX] |...remaning search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The subsearch will eliminate other values of fieldX which are not part of top 200.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 21:39:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120044#M32236</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-03T21:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing statics and visualization for the user given filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120045#M32237</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/15147"&gt;@somesoni2&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;host=PDT DataTag=HistoryData "Scanned_Network: .Channel"=44| top limit=200 "Scanned_Network: .SSID"&lt;/P&gt;

&lt;P&gt;In statics and visualization it providing only SSID,count,percentage. I dont want percentage instead of that I want other event fields. and I also would like to know how to customize the visualization graph.. example instead of count I would like to have event field.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120045#M32237</guid>
      <dc:creator>karthickmoorthy</dc:creator>
      <dc:date>2020-09-28T16:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing statics and visualization for the user given filter</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120046#M32238</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
host=PDT DataTag=HistoryData [ search host=PDT DataTag=HistoryData | top limit=200 Scanned_Network: .SSID | table Scanned_Network: .SSID] It returns no result, I am sure there is a data. at all time.&lt;BR /&gt;
My doubt is when I use the top command it will table only one field in statics and visualization, How to add other fields in statics ??&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Customizing-statics-and-visualization-for-the-user-given-filter/m-p/120046#M32238</guid>
      <dc:creator>karthickmoorthy</dc:creator>
      <dc:date>2020-09-28T16:19:00Z</dc:date>
    </item>
  </channel>
</rss>

