<?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: Tagging a process group in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242705#M31876</link>
    <description>&lt;P&gt;Thanks for your responses&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51881"&gt;@Romanenkov_Al3x&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;If I tend to look for specific process group instance rather than all, in OStype AIX or Linux, how would the "type" statement look like.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 08:38:20 GMT</pubDate>
    <dc:creator>SrikanthSamraj</dc:creator>
    <dc:date>2024-04-16T08:38:20Z</dc:date>
    <item>
      <title>Tagging a process group</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242596#M31872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I wanted to create an auto tag that tags only a process group running on AIX systems. Please note that this same process group is available on Linux systems too.&lt;/P&gt;
&lt;P&gt;At any time, this tag should not be applied to process group running on Linux systems. Any suggestions to achieve this?&lt;/P&gt;
&lt;P&gt;Currently, I'm filtering with host tags but this considers process groups running on both AIX and Linux systems. I don't see an option to negate a host tag.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Srikanth Samraj&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:43:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242596#M31872</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-04-16T06:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging a process group</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242604#M31873</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You can do it only for process group instance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately have no AIX hosts,&amp;nbsp;This is example for Linux &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would try something like that&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%" height="30px"&gt;type(PROCESS_GROUP_INSTANCE),fromRelationships.isProcessOf(type(HOST),osType("LINUX"))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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="example rule for linux" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18887iD7B7D422BE436919/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_0-1713180894874.png" alt="example rule for linux" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;example rule for linux&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With environment API V2 -&amp;gt; /entities/{entityId} &amp;lt;- you can get JSON file to get exact values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex Romanenkov&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 11:37:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242604#M31873</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2024-04-15T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging a process group</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242615#M31874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58568"&gt;@SrikanthSamraj&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51881"&gt;@Romanenkov_Al3x&lt;/a&gt;&amp;nbsp;solution is very nice and the most simple one. I was thinking about it also but in my mind there was a less perfect solution. After&amp;nbsp;&lt;SPAN&gt;type(PROCESS_GROUP_INSTANCE) you can use mzId or mzname&amp;nbsp;mzId("123456789","987654321") or&amp;nbsp;mzName("name-1","name-2") if AIX process goups organized in management zone / zones. I have shared it to demonstrate the beauty of Dynatrace. You can have many solutions.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mizső&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 12:19:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242615#M31874</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2024-04-15T12:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging a process group</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242705#M31876</link>
      <description>&lt;P&gt;Thanks for your responses&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51881"&gt;@Romanenkov_Al3x&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;If I tend to look for specific process group instance rather than all, in OStype AIX or Linux, how would the "type" statement look like.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 08:38:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-a-process-group/m-p/242705#M31876</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-04-16T08:38:20Z</dc:date>
    </item>
  </channel>
</rss>

