<?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: Disk name filter usage in metric event in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242434#M4348</link>
    <description>&lt;P&gt;Thanks much&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;. It worked like a charm.. I was actually looking for nix systems.. below one helped me to figure out what I can have..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;builtin:host.disk.usedPct:filter(and(or(in("dt.entity.host",entitySelector("type(host),tag(~"xxx:xxx~"),tag(~"os:xxxx~"),tag(~"xxx:xxx~")"))),&lt;STRONG&gt;not&lt;/STRONG&gt;(in("dt.entity.disk",entitySelector("type(disk),entityName.in(~"/~",~"/dev~",~"/boot~",~"/boot/efi~",~"/admin~",~"/audit~",~"/home~",~"/home2~",~"/mksysbfs~",~"/opt~",~"/backup/Config~",~"/opt/core~",~"/opt/DoOnceAIX~",~"/opt/samgr/systemlogs~",~"/proc~",~"/sys~",~"/tmp~",~"/users~",~"/usr~",~"/usr/local/lrs~",~"/var~",~"/var/adm/perfmgr~",~"/var/adm/ras/livedump~",~"/var/cache/yum~",~"/var/crash~",~"/var/log~",~"/var/log/audit~",~"/var/perf~",~"/var/perf/pm~",~"/var/spool/lpd/qdir~",~"/var/spool/qdaemon~",~"/rpool~",~"/var/cache/dnf~")")))))&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 14:23:30 GMT</pubDate>
    <dc:creator>SrikanthSamraj</dc:creator>
    <dc:date>2024-04-11T14:23:30Z</dc:date>
    <item>
      <title>Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229878#M3911</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Is it possible to use disk name filter while using metric event to monitor disk availability? If yes, using dimension key "dt.entity.disk.name" would help?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 17:15:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229878#M3911</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2023-11-24T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229888#M3913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58568"&gt;@SrikanthSamraj&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;Do you mean disk available metric? if yes, then you can switch the event type to metric selector and the name as well using the below sample and you can change the disk name&lt;/P&gt;&lt;P&gt;builtin:host.disk.avail:filter(and(or(in("dt.entity.disk",entitySelector("type(disk),entityName.equals&lt;STRONG&gt;(~"C:\~")&lt;/STRONG&gt;"))))):splitBy("dt.entity.disk","dt.entity.host"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 19:22:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229888#M3913</guid>
      <dc:creator>Mohamed_Hamdy</dc:creator>
      <dc:date>2023-11-24T19:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229967#M3920</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4007"&gt;@Mohamed_Hamdy&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;My query is in line with usage of &lt;STRONG&gt;metric key&lt;/STRONG&gt; to monitor disk available percentage for a specific disk or exclude disks (using a negate criteria) in a metric event. I think that's possible. Attached screen shot of it too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 09:11:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/229967#M3920</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2023-11-27T09:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242427#M4346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to negate disk name "C:\" using metric selector?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:00:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242427#M4346</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-04-11T14:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242431#M4347</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;builtin:host.disk.usedPct:filter(not(in("dt.entity.disk",entitySelector("type(disk),entityName(~"C:\~")")))):splitBy("dt.entity.host","dt.entity.disk"):auto:sort(value(avg,descending)):limit(100)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:16:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242431#M4347</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2024-04-11T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk name filter usage in metric event</title>
      <link>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242434#M4348</link>
      <description>&lt;P&gt;Thanks much&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;. It worked like a charm.. I was actually looking for nix systems.. below one helped me to figure out what I can have..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;builtin:host.disk.usedPct:filter(and(or(in("dt.entity.host",entitySelector("type(host),tag(~"xxx:xxx~"),tag(~"os:xxxx~"),tag(~"xxx:xxx~")"))),&lt;STRONG&gt;not&lt;/STRONG&gt;(in("dt.entity.disk",entitySelector("type(disk),entityName.in(~"/~",~"/dev~",~"/boot~",~"/boot/efi~",~"/admin~",~"/audit~",~"/home~",~"/home2~",~"/mksysbfs~",~"/opt~",~"/backup/Config~",~"/opt/core~",~"/opt/DoOnceAIX~",~"/opt/samgr/systemlogs~",~"/proc~",~"/sys~",~"/tmp~",~"/users~",~"/usr~",~"/usr/local/lrs~",~"/var~",~"/var/adm/perfmgr~",~"/var/adm/ras/livedump~",~"/var/cache/yum~",~"/var/crash~",~"/var/log~",~"/var/log/audit~",~"/var/perf~",~"/var/perf/pm~",~"/var/spool/lpd/qdir~",~"/var/spool/qdaemon~",~"/rpool~",~"/var/cache/dnf~")")))))&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:23:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Disk-name-filter-usage-in-metric-event/m-p/242434#M4348</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-04-11T14:23:30Z</dc:date>
    </item>
  </channel>
</rss>

