<?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: Unsupported Splunk command pivot. in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Unsupported-Splunk-command-pivot/m-p/300709#M3385</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/94820"&gt;@anuj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In DQL, there is no direct equivalent of the | pivot command, but the same results can be achieved using summarize command combined with fetch.&lt;/P&gt;&lt;P&gt;fetch logs&lt;BR /&gt;| filter &amp;lt;your_matching_condition&amp;gt;&lt;BR /&gt;| summarize `Total Requests` = count()&lt;/P&gt;&lt;P&gt;No Data Models in DQL: Splunk's pivot relies on pre-defined data models. In Dynatrace, data is stored in buckets (like logs, events, metrics) and queried directly — there's no intermediate "data model" abstraction.&lt;BR /&gt;summarize command is the equivalent of Splunk's aggregation functions within pivot. It supports count(), sum(), avg(), min(), max(), etc.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
    <pubDate>Sun, 14 Jun 2026 23:51:30 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-06-14T23:51:30Z</dc:date>
    <item>
      <title>Unsupported Splunk command pivot.</title>
      <link>https://community.dynatrace.com/t5/DQL/Unsupported-Splunk-command-pivot/m-p/300708#M3384</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;Is there any workarounds or way to convert Splunk query using `| pivot`&lt;/P&gt;
&lt;P&gt;Example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;| pivot Tutorial HTTP_requests count(HTTP_requests) AS "Total Requests"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any way to convert this query?&amp;nbsp;&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;</description>
      <pubDate>Mon, 15 Jun 2026 08:25:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Unsupported-Splunk-command-pivot/m-p/300708#M3384</guid>
      <dc:creator>anuj</dc:creator>
      <dc:date>2026-06-15T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Splunk command pivot.</title>
      <link>https://community.dynatrace.com/t5/DQL/Unsupported-Splunk-command-pivot/m-p/300709#M3385</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/94820"&gt;@anuj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In DQL, there is no direct equivalent of the | pivot command, but the same results can be achieved using summarize command combined with fetch.&lt;/P&gt;&lt;P&gt;fetch logs&lt;BR /&gt;| filter &amp;lt;your_matching_condition&amp;gt;&lt;BR /&gt;| summarize `Total Requests` = count()&lt;/P&gt;&lt;P&gt;No Data Models in DQL: Splunk's pivot relies on pre-defined data models. In Dynatrace, data is stored in buckets (like logs, events, metrics) and queried directly — there's no intermediate "data model" abstraction.&lt;BR /&gt;summarize command is the equivalent of Splunk's aggregation functions within pivot. It supports count(), sum(), avg(), min(), max(), etc.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2026 23:51:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Unsupported-Splunk-command-pivot/m-p/300709#M3385</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-06-14T23:51:30Z</dc:date>
    </item>
  </channel>
</rss>

