<?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: Chart and easy-search options in notebook app in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300354#M1576</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104546"&gt;@VivekMalapaka&lt;/a&gt;&amp;nbsp; you don't need to write DQL queries, you can use Dynatrace intelligence instead and use natural language. Just use Prompt in the Notebooks app:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1780574562726.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33368i8D2A433DF4AE0EED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1780574562726.png" alt="Julius_Loman_0-1780574562726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You asked for the query the Logs app uses,&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2026 12:03:37 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2026-06-04T12:03:37Z</dc:date>
    <item>
      <title>Chart and easy-search options in notebook app</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300301#M1572</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have a timeseries chart option in "Logs" application as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivekMalapaka_0-1780496322507.png" style="width: 541px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33344iF5E3B2E84BD4CBF4/image-dimensions/541x79?v=v2" width="541" height="79" role="button" title="VivekMalapaka_0-1780496322507.png" alt="VivekMalapaka_0-1780496322507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why is such an option not provided in "Notebook"?&amp;nbsp; I guess notebook has lots of features, but including this feature as well will provide more visualization.&lt;BR /&gt;&lt;BR /&gt;Also, why do we not have the quick filter option in notebook like we have in Logs app?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VivekMalapaka_1-1780496550071.png" style="width: 490px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33345i7A3187C6CCCE2A8D/image-dimensions/490x48?v=v2" width="490" height="48" role="button" title="VivekMalapaka_1-1780496550071.png" alt="VivekMalapaka_1-1780496550071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We are forced to write a query in notebook to get one small string. If you include these two in notebook app, then I think it will make things more handy for us.&lt;/P&gt;&lt;P&gt;Notebook has a lot of beautiful features, but some handy features are not present. Let me know when you are planning to prioritize these two things in notebook. Make them default.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vivek Malapaka&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 14:27:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300301#M1572</guid>
      <dc:creator>VivekMalapaka</dc:creator>
      <dc:date>2026-06-03T14:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart and easy-search options in notebook app</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300315#M1574</link>
      <description>&lt;P&gt;It's basically a DQL for fetch logs + timeseries:&lt;BR /&gt;&lt;BR /&gt;fetch logs | makeTimeseries by:{status, dt.system.sampling_ratio}, count = count(), interval: 1m | fieldsAdd totalCount = arraySum(count), count = iCollectArray(count[] * dt.system.sampling_ratio)&lt;BR /&gt;&lt;BR /&gt;You can use the same query in notebook or adapt it for your case. Don't forget you can use Dynatrace Intelligence and have the tile created for you.&lt;BR /&gt;&lt;BR /&gt;As for the second question, notebooks are designed for analysis (data is persistent in the notebook) and you should filter in the query itself - in DQL or log browser at query time in the notebook. For ad-hoc browsing&amp;nbsp; you have the Logs application.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 19:58:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300315#M1574</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-06-03T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart and easy-search options in notebook app</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300336#M1575</link>
      <description>&lt;P&gt;Hey Julius,&lt;/P&gt;&lt;P&gt;Thanks for helping me with the query. Why would anyone want to write a query for everything. Dynatrace is unfortunately encouraging us to use these queries for each and everything and the result? The systems are too slow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have a slew of visualization options in notebook which depict honeycomb patterns, Donuts, bars, charts etc. etc.. Then why is a chart that is a very important feature omitted? Notebook is colorful, but omits important GUI features.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I came across an answer in Co-pilot that Dynatrace is not encouraging GUI and is heavily dependent on querying to encourage speed. Is that true? But to be frank your notebooks load very slowly and get stuck up very badly. I tried it across different browsers. Nothing works.&lt;BR /&gt;&lt;BR /&gt;Why encourage so much querying? You cannot expect the end user to know so much querying in your language (DQL). It is the GUI you need to encourage. Don't you think?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 08:22:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300336#M1575</guid>
      <dc:creator>VivekMalapaka</dc:creator>
      <dc:date>2026-06-04T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart and easy-search options in notebook app</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300354#M1576</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104546"&gt;@VivekMalapaka&lt;/a&gt;&amp;nbsp; you don't need to write DQL queries, you can use Dynatrace intelligence instead and use natural language. Just use Prompt in the Notebooks app:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1780574562726.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33368i8D2A433DF4AE0EED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1780574562726.png" alt="Julius_Loman_0-1780574562726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You asked for the query the Logs app uses,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 12:03:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Chart-and-easy-search-options-in-notebook-app/m-p/300354#M1576</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-06-04T12:03:37Z</dc:date>
    </item>
  </channel>
</rss>

