<?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: Need help in adjust log dashboard records in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Need-help-in-adjust-log-dashboard-records/m-p/274151#M1882</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch logs
| filter matchesValue(service.name, "SBNA")
| filter matchesValue(status, "ERROR")
| summarize status = first(status), by: { storenumber, deviceid, service.name }
| fields storenumber, deviceid, status, service.name
| sort status desc&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 01 Apr 2025 22:52:16 GMT</pubDate>
    <dc:creator>marco_irmer</dc:creator>
    <dc:date>2025-04-01T22:52:16Z</dc:date>
    <item>
      <title>Need help in adjust log dashboard records</title>
      <link>https://community.dynatrace.com/t5/DQL/Need-help-in-adjust-log-dashboard-records/m-p/273883#M1875</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I am trying to adjust logs records in dashboard. we have exist logs records which have deviceid and storenumber and servicename and others. I am setting up new logs have only storenumber and deviceid unique one record with no duplicates of same deviceid and status column as well. while doing i got required unique deviceid record in logs but i need to deviceid records where deviceid record is empty also. Please help me to modify below query and help me to get empty deviceid records as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Query :&lt;/P&gt;
&lt;P&gt;fetch logs&lt;BR /&gt;| filter matchesValue(service.name, "SBNA")&lt;BR /&gt;| filter matchesValue(status, "ERROR")&lt;BR /&gt;| fields storenumber, deviceid, status, service.name&lt;BR /&gt;| summarize storenumber = first(storenumber), deviceid = first(deviceid), status = first(status), service_name = first(service.name)&lt;BR /&gt;| sort status desc&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 06:34:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Need-help-in-adjust-log-dashboard-records/m-p/273883#M1875</guid>
      <dc:creator>Mohangurrampati</dc:creator>
      <dc:date>2025-03-31T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in adjust log dashboard records</title>
      <link>https://community.dynatrace.com/t5/DQL/Need-help-in-adjust-log-dashboard-records/m-p/274151#M1882</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch logs
| filter matchesValue(service.name, "SBNA")
| filter matchesValue(status, "ERROR")
| summarize status = first(status), by: { storenumber, deviceid, service.name }
| fields storenumber, deviceid, status, service.name
| sort status desc&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 01 Apr 2025 22:52:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Need-help-in-adjust-log-dashboard-records/m-p/274151#M1882</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-04-01T22:52:16Z</dc:date>
    </item>
  </channel>
</rss>

