<?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: Extentsion 2.0 WMI collect string in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/199399#M2573</link>
    <description>&lt;P&gt;Let me ask the doc team for that (FYI: &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21613"&gt;@jaroslaw_orlows&lt;/a&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 14:05:48 GMT</pubDate>
    <dc:creator>dglugla</dc:creator>
    <dc:date>2022-11-29T14:05:48Z</dc:date>
    <item>
      <title>Extension 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181241#M2045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Would this be an improvement (RFE), or to far fetched?&lt;/P&gt;
&lt;P&gt;Make possible for the WMI 2.0 extension to also collect strings and or arrays. This would make Dynatrace also a great inventory tool. So collect every 60 minutes like below,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="henk_stobbe_0-1645608947764.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4518iE779CD9DD9498DE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="henk_stobbe_0-1645608947764.png" alt="henk_stobbe_0-1645608947764.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a thought, please comment (-;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KR Henk&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 13:36:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181241#M2045</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2025-06-05T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181242#M2046</link>
      <description>&lt;P&gt;It wouldn't fit in our metrics database as that one expects a number. It could potentially go into the log ingest though?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/27556"&gt;@dglugla&lt;/a&gt;&amp;nbsp;, raise an RFE or is something similar already going to be possible based on what you've got planned?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 09:41:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181242#M2046</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-02-23T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181248#M2050</link>
      <description>&lt;P&gt;If the data can be fetched via a standard WMI query - we can already store it via log ingest. See example usage in MS Exchange extension.&lt;/P&gt;&lt;P&gt;But I would also ask if the data is more an event, or rather entity attribute? For example: BIOS seems to fit more like an attribute of a host. While it can be reported either as an event, or a metric dimension (not a value though), it all comes down to where should it be presented: as a log line, or host entity attribute?&lt;/P&gt;&lt;P&gt;QFEs on the other hand are a great example of log events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case - WMI exts already supports any of those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample YAML section:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      - subgroup: ExchangeLogEvents
        featureSet: events
        interval:
          minutes: 1
        query: SELECT SourceName, EventCode, RecordNumber, CategoryString, Message, Type, TimeGenerated FROM Win32_NTLogEvent WHERE Logfile='[MS]Exchange Management' OR SourceName LIKE '%[MS]Exchange%'
        type: logfileEvent
        dimensions:
          - key: source
            value: column:SourceName
          - key: dt.event.key
            value: column:EventCode
          - key: category
            value: column:CategoryString
          - key: content
            value: column:Message
          - key: status
            value: column:Type
          - key: recordno
            value: column:RecordNumber
          - key: timestamp
            value: $timestamp(const:ntlog, column:TimeGenerated)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:13:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181248#M2050</guid>
      <dc:creator>dglugla</dc:creator>
      <dc:date>2022-02-23T10:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181251#M2051</link>
      <description>&lt;P&gt;Both, thanks for your reply, small question, what are QFE's?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:29:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181251#M2051</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2022-02-23T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181252#M2052</link>
      <description>&lt;P&gt;The second command you pasted into your question? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:30:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181252#M2052</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-02-23T10:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181254#M2053</link>
      <description>&lt;P&gt;Oeps.... I did it again&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:35:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181254#M2053</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2022-02-23T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181255#M2054</link>
      <description>&lt;P&gt;Yes, stop playing with my heart&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:38:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/181255#M2054</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-02-23T10:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/193756#M2379</link>
      <description>&lt;P&gt;Do you have more examples for Event log monitoring using WMI Extension 2.0?&lt;/P&gt;&lt;P&gt;How would you store the latest position read in the eventlog? Or dont you do that?&lt;/P&gt;&lt;P&gt;Second, how would you alert on something that only occurs once?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 12:30:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/193756#M2379</guid>
      <dc:creator>tarjei</dc:creator>
      <dc:date>2022-09-02T12:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/196671#M2472</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/12960"&gt;@tarjei&lt;/a&gt;&amp;nbsp;you don't need to do that. The WMI DataSource fetches only the entries that were written to the eventlog since the previous read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding alerting on single occurrence: what do you mean by that? If that's about a single occurrence in a single fetch (1 minute period) then you just simply configure an alert on that event. In other cases (single occurrence over a longer time period) you may introduce your own metric extracted of that type of en event and set up an alert on that metric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MS Exchange extension is currently the only one that leverages that capability, but if you see a potential in another extension - please share the details and I'm sure we'll be able to help.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 07:19:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/196671#M2472</guid>
      <dc:creator>dglugla</dc:creator>
      <dc:date>2022-10-18T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/197618#M2513</link>
      <description>&lt;P&gt;I was thinking where there is an alert where a "Backup job failed" or a disk event id 55. Cases where there might be one event, and no repeats.&amp;nbsp;&lt;BR /&gt;How do we configure this alert on one event?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:08:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/197618#M2513</guid>
      <dc:creator>tarjei</dc:creator>
      <dc:date>2022-11-02T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/199262#M2571</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/27556"&gt;@dglugla&lt;/a&gt;! Any chance that this functionality will be documented soon?&lt;BR /&gt;We are trying to implement this in our plugin, but it is behaving strangely. And without any documentation it is quite difficult.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 12:28:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/199262#M2571</guid>
      <dc:creator>tarjei</dc:creator>
      <dc:date>2022-11-28T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/199399#M2573</link>
      <description>&lt;P&gt;Let me ask the doc team for that (FYI: &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21613"&gt;@jaroslaw_orlows&lt;/a&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 14:05:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/199399#M2573</guid>
      <dc:creator>dglugla</dc:creator>
      <dc:date>2022-11-29T14:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extentsion 2.0 WMI collect string</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/278137#M6487</link>
      <description>&lt;P&gt;So wait, the WMI Extension can change WMI Queries to logs?&amp;nbsp; Where is this in the documentation?&amp;nbsp; I don't see it anywhere.&lt;BR /&gt;&lt;BR /&gt;If so, this&amp;nbsp;&lt;EM&gt;really&amp;nbsp;&lt;/EM&gt;needs to be documented (or documented better if it is hidden in there somewhere) as this is kind of a big deal.&lt;BR /&gt;&lt;BR /&gt;And like, what other extensions can create log entries like this?&amp;nbsp; I know the SQL one can do that (again, I don't believe that is documented either.&amp;nbsp; I discovered it via the Custom Extensions Creator, but it isn't in the actual SQL Extensions 2.0 documentation that I could find...).&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 18:33:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-collect-string/m-p/278137#M6487</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2025-05-27T18:33:19Z</dc:date>
    </item>
  </channel>
</rss>

