<?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 Simple QXL Query help needed in Cortex XSIAM Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/simple-qxl-query-help-needed/m-p/592130#M55</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;withing query builder i have a very basic query as per below..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;dataset = metrics_source &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| fields _vendor , _product , total_size_bytes&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which shows me the data sources and the amount of ingested data per source which is fine over a period specified in (24hr/days etc)..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what i am trying to achieve is for a period of 24 hours, for it to show how much data being ingested on an hourly basis per device&lt;/P&gt;
&lt;P&gt;any idea how to?&lt;/P&gt;
&lt;P&gt;thanks in adv&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 08:30:55 GMT</pubDate>
    <dc:creator>PA_nts</dc:creator>
    <dc:date>2024-07-16T08:30:55Z</dc:date>
    <item>
      <title>Simple QXL Query help needed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/simple-qxl-query-help-needed/m-p/592130#M55</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;withing query builder i have a very basic query as per below..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;dataset = metrics_source &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| fields _vendor , _product , total_size_bytes&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which shows me the data sources and the amount of ingested data per source which is fine over a period specified in (24hr/days etc)..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what i am trying to achieve is for a period of 24 hours, for it to show how much data being ingested on an hourly basis per device&lt;/P&gt;
&lt;P&gt;any idea how to?&lt;/P&gt;
&lt;P&gt;thanks in adv&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:30:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/simple-qxl-query-help-needed/m-p/592130#M55</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2024-07-16T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Simple QXL Query help needed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/simple-qxl-query-help-needed/m-p/592181#M57</link>
      <description>&lt;P&gt;Hi PA_nts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to use the bin stage for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = metrics_source &lt;BR /&gt;| fields _vendor , _product , total_size_bytes&lt;BR /&gt;| bin _time span = 1h&lt;BR /&gt;| comp sum(total_size_bytes) as total_size_bytes by _time, _product&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 13:50:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/simple-qxl-query-help-needed/m-p/592181#M57</guid>
      <dc:creator>afurze</dc:creator>
      <dc:date>2024-07-16T13:50:16Z</dc:date>
    </item>
  </channel>
</rss>

