<?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: Entity selector SLO in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184067#M2264</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/36135"&gt;@Marcelo_santand&lt;/a&gt;&amp;nbsp;, why so complicated? You should filter it straight away (in the examples the /url1 and /url2 stand for the key request name)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you have multiple key requests (aka SERVICE_METHODs), you can also use entityIds such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityId("SERVICE_METHOD-00B7FD10945B403C","SERVICE_METHOD-00F1E23072E6752F")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or you can narrow it down by the relation (only keyrequests for a particular service):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2),fromRelationships.isServiceMethodOfService(entityId(SERVICE-08DB0C98768A0660))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the same as above but not using entity ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2"),fromRelationships.isServiceMethodOfService(type(SERVICE),entityName("MyServiceName"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 19:11:00 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2022-04-04T19:11:00Z</dc:date>
    <item>
      <title>Entity selector for SLO</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184066#M2263</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are trying to create an SLO by invoking a service that contains 11 key requests and about 100 requests, when using service.keyRequest it brings us only the key requests, but in reality we only need 2 URLs of that service. Here some examples:&lt;/SPAN&gt;&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="1.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5160i80A4B9FF3ED55557/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &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="2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5161i16E8A6A89A00674F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;  &lt;SPAN&gt;Will it be possible with Entity selector to only select 2 URLs of type key request and not the other 9?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 09:50:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184066#M2263</guid>
      <dc:creator>Marcelo_santand</dc:creator>
      <dc:date>2023-05-25T09:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Entity selector SLO</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184067#M2264</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/36135"&gt;@Marcelo_santand&lt;/a&gt;&amp;nbsp;, why so complicated? You should filter it straight away (in the examples the /url1 and /url2 stand for the key request name)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you have multiple key requests (aka SERVICE_METHODs), you can also use entityIds such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityId("SERVICE_METHOD-00B7FD10945B403C","SERVICE_METHOD-00F1E23072E6752F")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or you can narrow it down by the relation (only keyrequests for a particular service):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2),fromRelationships.isServiceMethodOfService(entityId(SERVICE-08DB0C98768A0660))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the same as above but not using entity ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type("SERVICE_METHOD"),entityName.in("/url1","/url2"),fromRelationships.isServiceMethodOfService(type(SERVICE),entityName("MyServiceName"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:11:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184067#M2264</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-04T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Entity selector SLO</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184069#M2266</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much, I was going through the documentation but I couldn't find the entity name.in("/url1","/url2). Thanks for the help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:08:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184069#M2266</guid>
      <dc:creator>Marcelo_santand</dc:creator>
      <dc:date>2022-04-04T19:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Entity selector SLO</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184234#M2272</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Please find the documentation here :&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/get-entities-list" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/get-entities-list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uros_djukic1_0-1649259006133.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5201i7064803F2FF89B3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uros_djukic1_0-1649259006133.png" alt="uros_djukic1_0-1649259006133.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:30:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Entity-selector-for-SLO/m-p/184234#M2272</guid>
      <dc:creator>uros_djukic1</dc:creator>
      <dc:date>2022-04-06T15:30:24Z</dc:date>
    </item>
  </channel>
</rss>

