<?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: Looking for DQL to discover maintenance window settings in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/290272#M2824</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77155"&gt;@rseibert1&lt;/a&gt;&amp;nbsp;Can you try the below DQL ?&lt;/P&gt;&lt;P&gt;Take a look at the "details.json_before" and "details.json_after" fields . These would have the info you are after&lt;/P&gt;&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.system.events
| filter event.kind == "AUDIT_EVENT"
  and event.provider == "SETTINGS"
  and matchesPhrase(details.dt.settings.schema_id, "builtin:alerting.maintenance-window")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 00:14:11 GMT</pubDate>
    <dc:creator>p_devulapalli</dc:creator>
    <dc:date>2025-11-26T00:14:11Z</dc:date>
    <item>
      <title>Looking for DQL to discover maintenance window settings</title>
      <link>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/290245#M2821</link>
      <description>&lt;P&gt;Not seeing an ability to query DQL for the maintenance windows that are currently active, besides which entities the window effects. We currently have a workflow that creates new windows but does not activate them (user triggered) so observability team can verify the window looks good and then just through the slider to Active. The trouble with that is I see no way to query to verify this action had taken place.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 13:47:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/290245#M2821</guid>
      <dc:creator>rseibert1</dc:creator>
      <dc:date>2025-11-25T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for DQL to discover maintenance window settings</title>
      <link>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/290272#M2824</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77155"&gt;@rseibert1&lt;/a&gt;&amp;nbsp;Can you try the below DQL ?&lt;/P&gt;&lt;P&gt;Take a look at the "details.json_before" and "details.json_after" fields . These would have the info you are after&lt;/P&gt;&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.system.events
| filter event.kind == "AUDIT_EVENT"
  and event.provider == "SETTINGS"
  and matchesPhrase(details.dt.settings.schema_id, "builtin:alerting.maintenance-window")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 00:14:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/290272#M2824</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-11-26T00:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for DQL to discover maintenance window settings</title>
      <link>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/291215#M2873</link>
      <description>&lt;P&gt;Thanks for this insight, I knew there had to be a way!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 09:30:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Looking-for-DQL-to-discover-maintenance-window-settings/m-p/291215#M2873</guid>
      <dc:creator>rseibert1</dc:creator>
      <dc:date>2025-12-10T09:30:11Z</dc:date>
    </item>
  </channel>
</rss>

