<?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 to exclude or filter 0% window process from hostmetrics - process in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/618341#M106705</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fongpen_0-1666776435680.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22145i7FAD8EAE1C2C27EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fongpen_0-1666776435680.png" alt="fongpen_0-1666776435680.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Replied from Splunk Support :&amp;nbsp; unfortunately, it looks like it's not possible to exclude process metrics which have 0% value&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 09:28:03 GMT</pubDate>
    <dc:creator>fongpen</dc:creator>
    <dc:date>2022-10-26T09:28:03Z</dc:date>
    <item>
      <title>How to exclude or filter 0% window process from hostmetrics - process?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610602#M105788</link>
      <description>&lt;P&gt;Hi Guru,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do we exclude 0% process usage from Hostmetrics? We would like to capture those process have &amp;gt;0% usage only..&lt;/P&gt;
&lt;P&gt;Appreciate if you can provide the sample.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hostmetrics:&lt;BR /&gt;collection_interval: 10s&lt;BR /&gt;scrapers:&lt;BR /&gt;# System processes metrics, disabled by default&lt;BR /&gt;&lt;STRONG&gt;process:&amp;nbsp; &amp;nbsp;&lt;FONT color="#3366FF"&gt;&lt;EM&gt; (filter / exclude 0% process usage)&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610602#M105788</guid>
      <dc:creator>fongpen</dc:creator>
      <dc:date>2022-10-26T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610614#M105792</link>
      <description>&lt;P&gt;Please can you provide some sanitised events&amp;nbsp; so we can see what you are dealing with?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 06:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610614#M105792</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-24T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610616#M105794</link>
      <description>&lt;P&gt;I would like to have something like this:-&lt;/P&gt;&lt;P&gt;PS &amp;gt; Get-Counter '\Process(*)\% Processor Time' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty CounterSamples | Sort-Object -Property cookedvalue -Descending | Where-Object CookedValue -gt 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*** There are thousand of 0% process which wasted a lot of space and custom metrics license.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 06:45:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610616#M105794</guid>
      <dc:creator>fongpen</dc:creator>
      <dc:date>2022-08-24T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610617#M105795</link>
      <description>&lt;P&gt;Please provide some sample raw events that you are trying to ingest, both the ones you want to keep and the one you want to exclude.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 06:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610617#M105795</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-24T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610624#M105797</link>
      <description>&lt;P&gt;Samples: -&lt;/P&gt;&lt;P&gt;Include : * Process &amp;gt; 0%&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process more than 0 percent.JPG" style="width: 529px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21159i5324F911819D3CE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Process more than 0 percent.JPG" alt="Process more than 0 percent.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exclude : * Process = 0%&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process 0 percent.JPG" style="width: 518px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21160iED3E64E0DF0A225D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Process 0 percent.JPG" alt="Process 0 percent.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 07:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610624#M105797</guid>
      <dc:creator>fongpen</dc:creator>
      <dc:date>2022-08-24T07:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610628#M105798</link>
      <description>&lt;P&gt;These appear to be screenshots - Splunk doesn't ingest these very well.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 07:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/610628#M105798</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-24T07:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude or filter 0% window process from hostmetrics - process</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/618341#M106705</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fongpen_0-1666776435680.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22145i7FAD8EAE1C2C27EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fongpen_0-1666776435680.png" alt="fongpen_0-1666776435680.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Replied from Splunk Support :&amp;nbsp; unfortunately, it looks like it's not possible to exclude process metrics which have 0% value&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-exclude-or-filter-0-window-process-from-hostmetrics/m-p/618341#M106705</guid>
      <dc:creator>fongpen</dc:creator>
      <dc:date>2022-10-26T09:28:03Z</dc:date>
    </item>
  </channel>
</rss>

