<?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 I have a seach command but i need to remove the percent column in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386562#M190761</link>
    <description>&lt;P&gt;I have a command that gives me the correct info what i want which is &lt;BR /&gt;
(eventtype="wineventlog_system") source="&lt;EM&gt;inEventLog:&lt;/EM&gt;" (host="&lt;EM&gt;" OR ComputerName="&lt;/EM&gt;") TaskCategory="&lt;EM&gt;"  SourceName="&lt;/EM&gt;" EventCode="*" (Type="Error" OR Type="Warning") * | sort -count | top limit=5 host &lt;BR /&gt;
this displays a percent column which i want to remove and I have tried to use | top host showperc=f but it doesnt work I have tried to use the showperc=f in many formats and it changes the bar chart wrong and doesnt remove the result column.&lt;/P&gt;

&lt;P&gt;Can someone help with the last part to remove the percentage column but still display the right bar chart.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2019 08:06:31 GMT</pubDate>
    <dc:creator>pboon</dc:creator>
    <dc:date>2019-07-12T08:06:31Z</dc:date>
    <item>
      <title>I have a seach command but i need to remove the percent column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386562#M190761</link>
      <description>&lt;P&gt;I have a command that gives me the correct info what i want which is &lt;BR /&gt;
(eventtype="wineventlog_system") source="&lt;EM&gt;inEventLog:&lt;/EM&gt;" (host="&lt;EM&gt;" OR ComputerName="&lt;/EM&gt;") TaskCategory="&lt;EM&gt;"  SourceName="&lt;/EM&gt;" EventCode="*" (Type="Error" OR Type="Warning") * | sort -count | top limit=5 host &lt;BR /&gt;
this displays a percent column which i want to remove and I have tried to use | top host showperc=f but it doesnt work I have tried to use the showperc=f in many formats and it changes the bar chart wrong and doesnt remove the result column.&lt;/P&gt;

&lt;P&gt;Can someone help with the last part to remove the percentage column but still display the right bar chart.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386562#M190761</guid>
      <dc:creator>pboon</dc:creator>
      <dc:date>2019-07-12T08:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: I have a seach command but i need to remove the percent column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386563#M190762</link>
      <description>&lt;P&gt;It seems to work fine for me when I add &lt;CODE&gt;showperc=f&lt;/CODE&gt; to a search like that. Is that bar chart part of a dashboard? Or are you running this as an ad hoc search and then opening the visualization panel?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386563#M190762</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-07-12T08:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: I have a seach command but i need to remove the percent column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386564#M190763</link>
      <description>&lt;P&gt;Hi,  how are you adding the showperc=f like this? &lt;BR /&gt;
(eventtype="wineventlog_system") source="&lt;EM&gt;inEventLog:&lt;/EM&gt;" (host="&lt;EM&gt;" OR ComputerName="&lt;/EM&gt;") TaskCategory="&lt;EM&gt;"  SourceName="&lt;/EM&gt;" EventCode="*" (Type="Error" OR Type="Warning") * | sort -count | top limit=10 host | top hosts showperc=f&lt;/P&gt;

&lt;P&gt;when I add this to my search the bar chart doesn't show the true info afterwards they all display 1 count only. &lt;BR /&gt;
yes the bar chart is part of the dashboard. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386564#M190763</guid>
      <dc:creator>pboon</dc:creator>
      <dc:date>2019-07-12T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: I have a seach command but i need to remove the percent column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386565#M190764</link>
      <description>&lt;P&gt;Just add that inside the initial &lt;CODE&gt;top&lt;/CODE&gt;command, don't add an additional &lt;CODE&gt;top&lt;/CODE&gt; command.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(eventtype="wineventlog_system") source="inEventLog:" (host="*" OR ComputerName="*") TaskCategory="*" SourceName="*" EventCode="*" (Type="Error" OR Type="Warning") | sort -count | top showperc=f limit=10 host&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:54:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386565#M190764</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-07-12T08:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: I have a seach command but i need to remove the percent column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386566#M190765</link>
      <description>&lt;P&gt;your a star!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 11:19:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-have-a-seach-command-but-i-need-to-remove-the-percent-column/m-p/386566#M190765</guid>
      <dc:creator>pboon</dc:creator>
      <dc:date>2019-07-12T11:19:33Z</dc:date>
    </item>
  </channel>
</rss>

