<?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: Can we get OneAgent restart info using DQL? in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262306#M1431</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ok, I had just understood you wanted to restart OneAgent launching a DQL query... Then,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66935"&gt;@MostafaHussein&lt;/a&gt;&amp;nbsp;is already pointing you to DQL query to get that information.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 11:49:10 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2024-11-13T11:49:10Z</dc:date>
    <item>
      <title>Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262195#M1420</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I need some help, is it possible to get OneAgent restart info using DQL?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 13:17:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262195#M1420</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2024-11-12T13:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262248#M1425</link>
      <description>&lt;P&gt;Is it not possible?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:14:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262248#M1425</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2024-11-12T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262286#M1428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I do not think that is possible.&lt;/P&gt;&lt;P&gt;Do you need some automation? What is your use case?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 10:14:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262286#M1428</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-11-13T10:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262297#M1429</link>
      <description>&lt;P&gt;My use is just to see if OneAgent restart is done recently or not.&amp;nbsp;Can&amp;nbsp;oneagentwatchdog.log help?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 11:13:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262297#M1429</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2024-11-13T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262302#M1430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes you can, as you see in the following figures there's process restart events detected for process instance "dynatracesourcewmi.exe_MH". you can fetch it from dt.davis.events easily using the below DQL query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.davis.events
| filter event.name == "Process restart" AND dt.entity.process_group_instance.name == "REPLACE_WITH_YOUR_PGI_NAME"&lt;/LI-CODE&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="MostafaHussein_1-1731496673199.png" style="width: 842px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24562i49C7013869107117/image-dimensions/842x379?v=v2" width="842" height="379" role="button" title="MostafaHussein_1-1731496673199.png" alt="MostafaHussein_1-1731496673199.png" /&gt;&lt;/span&gt;&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="MostafaHussein_2-1731496751125.png" style="width: 840px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24563i632CCD404E7F6D91/image-dimensions/840x594?v=v2" width="840" height="594" role="button" title="MostafaHussein_2-1731496751125.png" alt="MostafaHussein_2-1731496751125.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Mostafa Hussein.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 11:22:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262302#M1430</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-11-13T11:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get OneAgent restart info using DQL?</title>
      <link>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262306#M1431</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ok, I had just understood you wanted to restart OneAgent launching a DQL query... Then,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/66935"&gt;@MostafaHussein&lt;/a&gt;&amp;nbsp;is already pointing you to DQL query to get that information.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 11:49:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Can-we-get-OneAgent-restart-info-using-DQL/m-p/262306#M1431</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-11-13T11:49:10Z</dc:date>
    </item>
  </channel>
</rss>

