<?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: Can I create topology object with information contained in logs? in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234334#M95</link>
    <description>&lt;P&gt;Thank you Julius!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2024 13:16:38 GMT</pubDate>
    <dc:creator>y_buccellato</dc:creator>
    <dc:date>2024-01-15T13:16:38Z</dc:date>
    <item>
      <title>Can I create topology object with information contained in logs?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/232312#M92</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;
&lt;P&gt;Can I create topology object with information contained in logs?&lt;/P&gt;
&lt;P&gt;I'm ingesting this payload as logs in Dynatrace from a only SaaS service (by playing with it's API via Power Automate):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "logstart": "18/12/23 1:52:22 PM",
  "message.guid": "XXXXXXXXXX",
  "transaction.id.type": "SalesId",
  "transaction.id": "400XXX",
  "integration.flow.name": "FLOW_ORD_Sales",
  "status": "COMPLETED",
  "duration.ms": "22833",
  "node.process.id": "5c8c446",
  "previous.component.name": "OOO_123",
  "exception": ""
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;node.process.id&lt;/FONT&gt; is the equivalent of a host and&amp;nbsp;&lt;FONT color="#339966"&gt;integration.flow.name&lt;FONT color="#000000"&gt; is the equivalent of the process running on the host.&amp;nbsp;&lt;FONT color="#339966"&gt;message.guid&lt;FONT color="#000000"&gt; is the equivalent of a message processed by the&amp;nbsp;&lt;/FONT&gt;integration.flow.name&lt;FONT color="#000000"&gt; as an HTTP request.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;Can I build a model out of it with this logs? I really would like to create such a complex but beautiful thing.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#000000"&gt;Regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 08:25:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/232312#M92</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-01-16T08:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create topology object with information contained in logs?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234303#M93</link>
      <description>&lt;P&gt;Anyone in the community is doing this?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 09:06:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234303#M93</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-01-15T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create topology object with information contained in logs?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234321#M94</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/4804"&gt;@y_buccellato&lt;/a&gt;&amp;nbsp;sure, I'm doing it.&lt;BR /&gt;&lt;BR /&gt;Yes, you can build up a custom topology based on logs. You have to define two custom types, where the source is logs. Then sure create a required dimension - so that only relevant lines will produce custom topology types.&lt;BR /&gt;&lt;BR /&gt;You should define two custom types e.g.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;acme:node&lt;/LI&gt;&lt;LI&gt;acme:transaction-flow&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both will be created by logs:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The acme:node definition should look like this - the transaction flow similarly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_1-1705316849584.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16826i5E2D96BC6BC51646/image-size/large?v=v2&amp;amp;px=999" role="button" title="Julius_Loman_1-1705316849584.png" alt="Julius_Loman_1-1705316849584.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and then the relation like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_2-1705316961838.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/16827iB66D7D5558A9AD1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Julius_Loman_2-1705316961838.png" alt="Julius_Loman_2-1705316961838.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I highly recommend doing it as extension 2.0 from scratch and defining it in the extension yaml (unless you have just a single environment where it needs to be set up). It's then easier to define unified analysis screens for such entities.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 11:10:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234321#M94</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-01-15T11:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create topology object with information contained in logs?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234334#M95</link>
      <description>&lt;P&gt;Thank you Julius!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 13:16:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Can-I-create-topology-object-with-information-contained-in-logs/m-p/234334#M95</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2024-01-15T13:16:38Z</dc:date>
    </item>
  </channel>
</rss>

