<?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: To verify which bucket the records are in. in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/To-verify-which-bucket-the-records-are-in/m-p/241516#M796</link>
    <description>&lt;P&gt;There is &lt;EM&gt;&lt;STRONG&gt;dt.system.bucket&lt;/STRONG&gt;&lt;/EM&gt; field for each data record where you can see in which bucket record is. You can just add this field to view it in result of the query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fieldsAdd dt.system.bucket&lt;/LI-CODE&gt;&lt;P&gt;or &lt;STRONG&gt;&lt;EM&gt;summarize&lt;/EM&gt;&lt;/STRONG&gt; by it to see record counts, like in my example (filtering criteria copied from attached processing rule)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch logs
| filter matchesPhrase(dt.host_group.id,"prod-salud") or matchesPhrase(dt.kubernetes.cluster.name,"prod-salud")
| summarize count(), by:{dt.system.bucket}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;When you define bucket you specify for which type data it is. So log buckets are for logs only, bizevents buckets are for bizevent only etc. However you can directs log lines from different processing rules to same bucket.&amp;nbsp;You can take a look at "Storage Management" app for clear guidance.&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 18:44:11 GMT</pubDate>
    <dc:creator>krzysztof_hoja</dc:creator>
    <dc:date>2024-04-01T18:44:11Z</dc:date>
    <item>
      <title>To verify which bucket the records are in.</title>
      <link>https://community.dynatrace.com/t5/DQL/To-verify-which-bucket-the-records-are-in/m-p/241514#M795</link>
      <description>&lt;P&gt;Hello, I have the following issue: how can I verify which logs or records are being stored in the buckets and ensure that they are being stored in the correct bucket?&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="Ellery_0-1711992076684.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18592i31587F327FCA91AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ellery_0-1711992076684.png" alt="Ellery_0-1711992076684.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Another question, and to ingest bizevents into another bucket, can I use the same bucket as for the logs, or is it recommended to create a new bucket with a specific rule for this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 08:03:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/To-verify-which-bucket-the-records-are-in/m-p/241514#M795</guid>
      <dc:creator>Ellery</dc:creator>
      <dc:date>2024-04-02T08:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: To verify which bucket the records are in.</title>
      <link>https://community.dynatrace.com/t5/DQL/To-verify-which-bucket-the-records-are-in/m-p/241516#M796</link>
      <description>&lt;P&gt;There is &lt;EM&gt;&lt;STRONG&gt;dt.system.bucket&lt;/STRONG&gt;&lt;/EM&gt; field for each data record where you can see in which bucket record is. You can just add this field to view it in result of the query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fieldsAdd dt.system.bucket&lt;/LI-CODE&gt;&lt;P&gt;or &lt;STRONG&gt;&lt;EM&gt;summarize&lt;/EM&gt;&lt;/STRONG&gt; by it to see record counts, like in my example (filtering criteria copied from attached processing rule)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch logs
| filter matchesPhrase(dt.host_group.id,"prod-salud") or matchesPhrase(dt.kubernetes.cluster.name,"prod-salud")
| summarize count(), by:{dt.system.bucket}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;When you define bucket you specify for which type data it is. So log buckets are for logs only, bizevents buckets are for bizevent only etc. However you can directs log lines from different processing rules to same bucket.&amp;nbsp;You can take a look at "Storage Management" app for clear guidance.&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:44:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/To-verify-which-bucket-the-records-are-in/m-p/241516#M796</guid>
      <dc:creator>krzysztof_hoja</dc:creator>
      <dc:date>2024-04-01T18:44:11Z</dc:date>
    </item>
  </channel>
</rss>

