<?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: New to KQL and Azure. Is there a basic  KQL to test functionality in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271373#M1961</link>
    <description>&lt;P&gt;yes those are the results I would expect from that query.&amp;nbsp; That query is doing summarization of data.&amp;nbsp; If you want actual log entries pick one of the table names that is the output of the above KQL.&lt;/P&gt;&lt;P&gt;for example this will return all logs from AppRequests for the last hour&lt;/P&gt;&lt;PRE&gt;AppRequests&lt;BR /&gt;| where TimeGenerated &amp;gt;= ago(1h)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 19:51:14 GMT</pubDate>
    <dc:creator>kayjayeff1</dc:creator>
    <dc:date>2025-02-28T19:51:14Z</dc:date>
    <item>
      <title>New to KQL and Azure. Is there a basic  KQL to test functionality</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271331#M1958</link>
      <description>&lt;P&gt;Good morning Dynatrac-ians !&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am in the process of leveraging an extenstion in dyantrace manged that connects to Azure and is capable of executing a Kusto Query from Azure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, my challenge is... I still a novice when it comes to Azure and KQL.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Does anyone know of a basic KQL command in Azure I could run against the simplest thing to prove it works in Azure before I try it through the Dynatrace extension?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Anything really... the more generic and universal the better!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you as always community!&lt;/P&gt;
&lt;P&gt;-runatyr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 10:44:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271331#M1958</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2025-03-03T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: New to KQL and Azure. Is there a basic  KQL to test functionality</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271334#M1959</link>
      <description>&lt;P&gt;There are lots of options.&amp;nbsp; Here is a query I run to retrieve a list of tables in our Log Analytics Workspace and the last time a log was inserted.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;search * | summarize LastLog=max(TimeGenerated) by $table | sort by LastLog asc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 15:39:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271334#M1959</guid>
      <dc:creator>kayjayeff1</dc:creator>
      <dc:date>2025-02-28T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: New to KQL and Azure. Is there a basic  KQL to test functionality</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271347#M1960</link>
      <description>&lt;P&gt;I think I found the space to run this from... I had to select KQL in the far right.&lt;/P&gt;&lt;P&gt;Is this what you would anticipate?&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="runatyr_1-1740761497983.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26750i90BA3D829B34CE4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="runatyr_1-1740761497983.png" alt="runatyr_1-1740761497983.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 16:51:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271347#M1960</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2025-02-28T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: New to KQL and Azure. Is there a basic  KQL to test functionality</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271373#M1961</link>
      <description>&lt;P&gt;yes those are the results I would expect from that query.&amp;nbsp; That query is doing summarization of data.&amp;nbsp; If you want actual log entries pick one of the table names that is the output of the above KQL.&lt;/P&gt;&lt;P&gt;for example this will return all logs from AppRequests for the last hour&lt;/P&gt;&lt;PRE&gt;AppRequests&lt;BR /&gt;| where TimeGenerated &amp;gt;= ago(1h)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 19:51:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/New-to-KQL-and-Azure-Is-there-a-basic-KQL-to-test-functionality/m-p/271373#M1961</guid>
      <dc:creator>kayjayeff1</dc:creator>
      <dc:date>2025-02-28T19:51:14Z</dc:date>
    </item>
  </channel>
</rss>

